https://github.com/PressForward/pressforward
Raw File
Tip revision: 438629d15ed9706ebcddebfdd2eca2c39ed49947 authored by Boone B Gorges on 23 February 2023, 18:52:05 UTC
Fix strpos() logic in PF_Readability::process_in_oembeds().
Tip revision: 438629d
phpstan.neon
parameters:
  level: 1
  bootstrapFiles:
    - constants.php
  paths:
    - .
  excludePaths:
    - ./vendor/
    - ./node_modules/
    - ./tests/
    - ./Libraries/php-jwt
    - ./Libraries/random_compat
    - ./Controllers/StatsShortcodes.php
  ignoreErrors:
    -
      message: '#Variable \$[a-zA-Z0-9\\_]+ might not be defined.$#'
      path: ./parts
    -
      message: '#^Constant SITECOOKIEPATH not found.$#'
    -
      message: '#^Constant WPINC not found.$#'
back to top