| Server IP : 172.67.134.116 / Your IP : 216.73.216.38 Web Server : Apache System : Linux server.rehabsharif.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : nobi37te ( 1003) PHP Version : 8.2.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/nobi37te/public_html/wp-content/plugins/sfwd-lms/vendor/stellarwp/telemetry/ |
Upload File : |
# Configuration for PHPStan # https://phpstan.org/config-reference includes: # @see https://github.com/phpstan/phpstan-src/blob/master/conf/bleedingEdge.neon - phar://phpstan.phar/conf/bleedingEdge.neon # Include this extension - vendor/szepeviktor/phpstan-wordpress/extension.neon parameters: parallel: jobSize: 10 maximumNumberOfProcesses: 32 minimumNumberOfJobsPerProcess: 2 level: 5 inferPrivatePropertyTypeFromConstructor: true reportUnmatchedIgnoredErrors: false checkGenericClassInNonGenericObjectType: false # Paths to be analyzed. paths: - %currentWorkingDirectory%/src ignoreErrors: # Uses func_get_args() - '#^Function add_query_arg invoked with [123] parameters?, 0 required\.$#' # Uses func_get_args() - '#^Function apply_filters(_ref_array)? invoked with [34567] parameters, 2 required\.$#'