Skip to content

Commit

Permalink
replaced ecs.php with ncs.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 11, 2021
1 parent 2d7c329 commit e4aa7e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 32 deletions.
32 changes: 0 additions & 32 deletions ecs.php

This file was deleted.

14 changes: 14 additions & 0 deletions ncs.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

/**
* Rules for Nette Coding Standard
* https://github.com/nette/coding-standard
*/

declare(strict_types=1);

return [
// use function in src/Latte/Runtime/Filters.php
'single_import_per_statement' => false,
'ordered_imports' => false,
];

0 comments on commit e4aa7e8

Please sign in to comment.