mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-17 09:50:52 +00:00
14 lines
489 B
Plaintext
14 lines
489 B
Plaintext
parameters:
|
|
ignoreErrors:
|
|
- # 2 parameters will be required
|
|
message: '#^Method Twig\\Node\\IncludeNode\:\:addGetTemplate\(\) invoked with 2 parameters, 1 required\.$#'
|
|
identifier: arguments.count
|
|
count: 1
|
|
path: src/Node/IncludeNode.php
|
|
|
|
- # Adding 0 to the string representation of a number is valid and what we want here
|
|
message: '#^Binary operation "\+" between 0 and string results in an error\.$#'
|
|
identifier: binaryOp.invalid
|
|
count: 1
|
|
path: src/Lexer.php
|