徐总多门店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
254 B

<?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,
];