Tomas Votruba 2e01de459a Updated Rector to commit 3e33dd1aa758f95ff16cb7e5b6f95fc8a972f743
3e33dd1aa7 [DeadCode] Handle empty try and catch on RemoveDeadTryCatchRector (#1860)
2022-02-23 08:20:48 +00:00

15 lines
314 B
PHP

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