File Manager

Path: /opt/.wp-cli/packages/vendor/wp-cli/checksum-command/

Viewing File: phpstan.neon.dist

parameters:
  level: 9
  paths:
    - src
    - checksum-command.php
  scanDirectories:
    - vendor/wp-cli/wp-cli/php
  scanFiles:
    - vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
  treatPhpDocTypesAsCertain: false
  ignoreErrors:
    - identifier: missingType.iterableValue
    - identifier: missingType.parameter
    - identifier: missingType.return