Fix regex escapes

This commit is contained in:
Dennis Eichhorn 2018-03-30 14:01:38 +02:00
parent a7fbe9683d
commit 0cfb7b5b12

View File

@ -1,9 +1,9 @@
parameters: parameters:
ignoreErrors: ignoreErrors:
- '#Access to protected property Web\WebApplication::\$[a-zA-Z0-9_]+#' - '#Access to protected property Web\WebApplication::\$[a-zA-Z0-9_]+#'
- '#Calling method prepare() on possibly null value of type PDO|null.#' - '#Calling method prepare\(\) on possibly null value of type PDO\|null.#'
- '#Calling method lastInsertId() on possibly null value of type PDO|null.#' - '#Calling method lastInsertId\(\) on possibly null value of type PDO\|null.#'
- '#Class PHPUnit\Framework\TestCase not found and could not be autoloaded.#' - '#Class PHPUnit\\Framework\\TestCase not found and could not be autoloaded.#'
fileExtensions: fileExtensions:
- php - php
excludes_analyse: excludes_analyse: