Tomas Votruba 1d28ca109c Updated Rector to commit 5ec4cff203f68d9578719b54ce3a145efb32bc79
5ec4cff203 [Php56] Handle jump not Expression stmt next initialized on AddDefaultValueForUndefinedVariableRector (#2725)
2022-08-02 06:46:18 +00:00

15 lines
312 B
PHP

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