Tomas Votruba 16633831b8 Updated Rector to commit b83523354f456d5a3a2cf65007bcb189dc235f3f
b83523354f [DeadCode] Skip called by current classname on RemoveUnusedPrivateClassConstantRector (#1931)
2022-03-15 09:06:38 +00:00

15 lines
314 B
PHP

<?php
/**
* Rules for Nette Coding Standard
* https://github.com/nette/coding-standard
*/
declare (strict_types=1);
namespace RectorPrefix20220315;
return [
// use function in Arrays.php, Callback.php, Html.php, Strings.php
'single_import_per_statement' => \false,
'ordered_imports' => \false,
];