We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9370403 commit e867b31Copy full SHA for e867b31
ecs.php
ncs.php
@@ -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