zx/vendor/nette/php-generator/ncs.php

15 lines
254 B
PHP
Raw Permalink Normal View History

2024-07-02 15:32:59 +08:00
<?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,
];