Tools

Repository Author Commit message Committed SHA  
 
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
coding-standard by dg ignore warnings on exit
code-checker by dg Checker: AppendIterator replaced with Finder

AppendIterator->rewind() can throw "Cannot traverse an already closed generator" when Finder->getIterator() is empty

code-checker by dg typo
code-checker by dg uses nette/utils 4
code-checker by dg tab checking is done by neon parser only
coding-standard by dg limited dependencies constraints
coding-standard by dg uses PHP_BINARY
command-line by dg updated .gitattributes
type-fixer by dg updated .gitattributes
coding-standard by dg updated .gitattributes
code-checker by dg updated .gitattributes
coding-standard by dg added php82 presets
code-checker by dg updated nette/command-line
code-checker by dg constants are PascalCase
command-line by dg updated detectColors()
command-line by dg coding style
command-line by dg updated phpstan
command-line by dg removed community health files
command-line by dg tested on github actions
command-line by dg tests: test() with description
command-line by dg opened 1.6-dev
coding-standard by dg ignore path /expected/
coding-standard by dg improved rules
coding-standard by dg custom CurlyBracesPositionFixer, allows { on next line in function declaration

function foo(
$arg,
): void
{
}

coding-standard by dg original CurlyBracesPositionFixer
coding-standard by dg custom StatementIndentationFixer, allows multiple constants:

public const
A = 1,
B = 2;

Last synchronization: 2025-04-02 21:01:34