HEX
Server:
System: Linux ff63c281590b 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64
User: root (0)
PHP: 8.2.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,disk_free_space,diskfreespace
Upload Files
File: /dom877180/wp-content/mu-plugins/object-cache-pro/phpcs.lint.xml
<?xml version="1.0"?>
<ruleset name="Coding Style">
  <exclude-pattern>resources/*</exclude-pattern>
  <exclude-pattern>tests/bootstrap.php</exclude-pattern>
  <exclude-pattern>tests/PHPStan/*.php</exclude-pattern>

  <rule ref="PSR12">
    <exclude name="PSR12.Files.FileHeader.SpacingAfterBlock" />
    <exclude name="PSR12.Files.FileHeader.SpacingInsideBlock" />
    <exclude name="PSR12.Files.FileHeader.IncorrectGrouping" />
    <exclude name="PSR12.Classes.ClassInstantiation.MissingParentheses" />
    <exclude name="PSR12.Classes.AnonClassDeclaration.SpaceAfterKeyword" />
    <exclude name="PSR12.Traits.UseDeclaration.MultipleImport" />
    <exclude name="PSR12.Properties.ConstantVisibility.NotFound" />
    <exclude name="PSR12.ControlStructures.ControlStructureSpacing.FirstExpressionLine" />
    <exclude name="PSR12.ControlStructures.ControlStructureSpacing.LineIndent" />
    <exclude name="PSR12.ControlStructures.ControlStructureSpacing.CloseParenthesisLine" />
    <exclude name="Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase" />
    <exclude name="Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase" />
    <exclude name="Generic.Files.LineLength" />
  </rule>

  <rule ref="PSR1.Files.SideEffects.FoundWithSymbols">
    <exclude-pattern>/api.php</exclude-pattern>
    <exclude-pattern>/bootstrap.php</exclude-pattern>
    <exclude-pattern>/stubs/mu-plugin.php</exclude-pattern>
    <exclude-pattern>/redis-cache-pro.php</exclude-pattern>
  </rule>

  <rule ref="Generic.WhiteSpace.ScopeIndent.IncorrectExact">
    <exclude-pattern>src/Connectors/*Connector.php</exclude-pattern>
  </rule>

  <rule ref="PSR1.Methods.CamelCapsMethodName.NotCamelCaps">
    <exclude-pattern>src/Plugin/Api/*.php</exclude-pattern>
    <exclude-pattern>src/ObjectCaches/*.php</exclude-pattern>
  </rule>

  <rule ref="PSR1.Methods.CamelCapsMethodName.NotCamelCaps">
    <exclude-pattern>src/Extensions/*.php</exclude-pattern>
  </rule>
  <rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
    <exclude-pattern>src/Extensions/*.php</exclude-pattern>
  </rule>
  <rule ref="Squiz.Classes.ValidClassName.NotCamelCaps">
    <exclude-pattern>src/Extensions/*.php</exclude-pattern>
  </rule>

  <rule ref="PSR1.Methods.CamelCapsMethodName.NotCamelCaps">
    <exclude-pattern>tests/*.php</exclude-pattern>
  </rule>
  <rule ref="PSR2.Methods.MethodDeclaration.Underscore">
    <exclude-pattern>tests/*.php</exclude-pattern>
  </rule>
  <rule ref="PSR1.Classes.ClassDeclaration.MultipleClasses">
    <exclude-pattern>tests/*.php</exclude-pattern>
  </rule>

</ruleset>