| command-line | by dg | used attribute Deprecated |  |  |  | 
  | command-line | by dg | opened 2.0-dev |  |  |  | 
  | command-line | by dg | support for PHP 8.5 |  |  |  | 
   | coding-standard | by dg | sniffer: added own ruleset |  |  |  | 
  | coding-standard | by dg | updated rule name |  |  |  | 
  | coding-standard | by dg | removed presets for PHP 7.x |  |  |  | 
  | coding-standard | by skrivy | Renamed PhpCsFixer\Fixer\Indentation to PhpCsFixer\Fixer\IndentationTrait to follow changes in 3.87 (#50)   Co-authored-by: root <root@backend.contentid.jarda.srw.sk>  |  |  |  | 
  | coding-standard | by staabm | Fix "Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect" (#49) |  |  |  | 
  | command-line | by dg | composer: added psr-4 loader |  |  |  | 
  | command-line | by dg | composer: require stable packages outside of nette |  |  |  | 
  | command-line | by dg | github actions updated |  |  |  | 
  | coding-standard | by dg | typo |  |  |  | 
  | coding-standard | by dg | allowed multiple importes in use-statements |  |  |  | 
  | coding-standard | by dg | Squiz.WhiteSpace.LanguageConstructSpacing is deprecated |  |  |  | 
  | code-checker | by dg | added nette/assets |  |  |  | 
  | coding-standard | by dg | updated StatementIndentationFixer |  |  |  | 
  | coding-standard | by dg | improved preset detection by PHP version |  |  |  | 
  | coding-standard | by dg | refactoring, added class Checker |  |  |  | 
  | code-checker | by dg | test: updated for latest latte & neon |  |  |  | 
  | code-checker | by dg | cs |  |  |  | 
  | code-checker | by dg | github actions updated |  |  |  | 
  | coding-standard | by dg | cs |  |  |  | 
  | coding-standard | by dg | new rules |  |  |  | 
   | coding-standard | by dg | updated rules |  |  |  | 
  | coding-standard | by dg | patched BracesPositionFixer, allows { on next line in multiline function declaration   Preserves this format:
 private static function isEqual(
 mixed $expected,
 mixed $actual,
 ): bool
 {
 |  |  |  | 
  | coding-standard | by dg | original BracesPositionFixer (replaces CurlyBracesPositionFixer) |  |  |  | 
  | coding-standard | by dg | patched MethodArgumentSpaceFixer - formats only arguments, not every expression   Preserves this format:
 && (getenv('FORCE_COLOR')
 || (function_exists('sapi_windows_vt100_support')
 ? sapi_windows_vt100_support(STDOUT)
 : @stream_isatty(STDOUT)) // @ may trigger error 'cannot cast a filtered stream on this system'
 );
 |  |  |  | 
  | coding-standard | by dg | updated MethodArgumentSpaceFixer |  |  |  | 
  | coding-standard | by dg | updated ClassAndTraitVisibilityRequiredFixer |  |  |  | 
  | coding-standard | by dg | patched StatementIndentationFixer, allows multiple constants:   Preserves this format:
 echo "<h1 style='all:initial; display:block; font-size:2em; margin:1em 0'>",
 htmlspecialchars($string),
 "</h1>\n";
 |  |  |  | 
  | coding-standard | by dg | updated StatementIndentationFixer |  |  |  | 
  | coding-standard | by dg | removed custom RequireMultiLineTernaryOperatorSniff, used configuration |  |  |  |