Initial commit: queue workspace
Made-with: Cursor
This commit is contained in:
14
pro_v3.5.1/vendor/nette/php-generator/ncs.php
vendored
Normal file
14
pro_v3.5.1/vendor/nette/php-generator/ncs.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Rules for Nette Coding Standard
|
||||
* https://github.com/nette/coding-standard
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// constant NULL, FALSE in src/PhpGenerator/Type.php
|
||||
'constant_case' => false,
|
||||
'lowercase_static_reference' => false,
|
||||
];
|
||||
Reference in New Issue
Block a user