pastebin

Paste Search Dynamic
Recent pastes
phpstan neo
  1. parameters:
  2.         level: 5
  3.  
  4.         paths:
  5.                 - src
  6.  
  7.         bootstrapFiles:
  8.                 - tests/phpstan-bootstrap.php
  9.  
  10.         ignoreErrors:
  11.                 # PHPStan does not support dynamic by reference return used by NetteUtilsStrings::pcre()
  12.                 - '#Undefined variable: $m#'
  13.  
  14.                 # PHPStan does not support RecursiveIteratorIterator proxying unknown method calls to inner iterator
  15.                 - '#RecursiveIteratorIterator::getSubPathName()#'
  16.  
  17.                 # static cannot be changed to maintain backward compatibility
  18.                 - '#Unsafe usage of new static()#'
Parsed in 0.002 seconds