File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2-
3- <ruleset
4- name =" IxDFCodingStandard"
5- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
6- xsi : noNamespaceSchemaLocation =" ../vendor/squizlabs/php_codesniffer/phpcs.xsd" >
7-
2+ <ruleset name =" IxDFCodingStandard" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../vendor/squizlabs/php_codesniffer/phpcs.xsd" >
83 <description >The IxDF coding standard for Laravel applications.</description >
94
105 <arg name =" extensions" value =" php" /><!-- CS can also check js, inc, lib file - omit them-->
447442 <element key =" auth" value =" null" />
448443 <element key =" app" value =" null" />
449444 <element key =" resolve" value =" null" />
450- <element key =" back" value =" redirect()-> back" />
445+ <element key =" back" value =" redirect()-> back" />
451446 <element key =" blank" value =" null" />
452447 <element key =" broadcast" value =" null" />
453448 <element key =" cache" value =" null" />
512507 <exclude-pattern >*/*.blade.php</exclude-pattern >
513508 <exclude-pattern >*/autoload.php</exclude-pattern >
514509 <exclude-pattern >*/vendor/*</exclude-pattern >
515-
516510</ruleset >
You can’t perform that action at this time.
0 commit comments