mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
Fix regex escapes
This commit is contained in:
parent
a7fbe9683d
commit
0cfb7b5b12
|
|
@ -1,9 +1,9 @@
|
|||
parameters:
|
||||
ignoreErrors:
|
||||
- '#Access to protected property Web\WebApplication::\$[a-zA-Z0-9_]+#'
|
||||
- '#Calling method prepare() 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.#'
|
||||
- '#Calling method prepare\(\) 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.#'
|
||||
fileExtensions:
|
||||
- php
|
||||
excludes_analyse:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user