Skip to content

Commit e867b31

Browse files
committed
replaced ecs.php with ncs.php
1 parent 9370403 commit e867b31

File tree

2 files changed

+14
-25
lines changed

2 files changed

+14
-25
lines changed

ecs.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

ncs.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
/**
4+
* Rules for Nette Coding Standard
5+
* https://github.com/nette/coding-standard
6+
*/
7+
8+
declare(strict_types=1);
9+
10+
return [
11+
// constant NULL, FALSE in src/PhpGenerator/Type.php
12+
'constant_case' => false,
13+
'lowercase_static_reference' => false,
14+
];

0 commit comments

Comments
 (0)