coding-standard | by dg | cs | | | |
coding-standard | by dg | new rules | | | |
coding-standard | by dg | updated rules SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly: disabled because it enforces `use` statements in the global code | | | |
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 | | | |
coding-standard | by dg | removed custom FunctionDeclarationFixer, used configuration | | | |
coding-standard | by dg | enabled parallel runner | | | |
coding-standard | by dg | composer: updated to latest version | | | |
coding-standard | by dg | support for PHP 8.4 | | | |
coding-standard | by dg | support for PHP 8.3 | | | |
command-line | by dg | used attribute Deprecated | | | |
command-line | by dg | opened 2.0-dev | | | |
command-line | by dg | composer: phpstan bump | | | |
command-line | by dg | supports PHP 8.4 | | | |
command-line | by dg | github actions updated | | | |
command-line | by dg | accepts PHP 8.0 | | | |
type-fixer | by dg | [DISCONTINUED] | | | |
command-line | by dg | added property typehints | | | |
command-line | by dg | coding style | | | |
command-line | by dg | uses nette/tester 2.5 | | | |
command-line | by dg | composer: updated dependencies | | | |
command-line | by dg | requires PHP 8.1 | | | |
command-line | by dg | opened 1.8-dev | | | |
command-line | by dg | support for PHP 8.3 | | | |
command-line | by dg | Parser: added Normalizer | | | |
command-line | by dg | constants are PascalCase | | | |