File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 66<ruleset >
77 <rule ref =" PSR12" />
88 <rule ref =" PHPCompatibility" />
9+ <rule ref =" Security" >
10+ <exclude name =" PHPCS_SecurityAudit.BadFunctions.CallbackFunctions.WarnCallbackFunctions" />
11+ <exclude name =" PHPCS_SecurityAudit.BadFunctions.FilesystemFunctions.WarnFilesystem" />
12+ </rule >
913 <rule ref =" SlevomatCodingStandard.TypeHints.DeclareStrictTypes" >
1014 <properties >
1115 <property name =" newlinesCountBetweenOpenTagAndDeclare" value =" 2" />
Original file line number Diff line number Diff line change 1414 },
1515 "require" : {
1616 "dealerdirect/phpcodesniffer-composer-installer" : " *" ,
17+ "pheromone/phpcs-security-audit" : " *" ,
1718 "phpcompatibility/php-compatibility" : " *" ,
1819 "slevomat/coding-standard" : " *" ,
1920 "squizlabs/php_codesniffer" : " *"
You can’t perform that action at this time.
0 commit comments