We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 017c028 + d7dd2ee commit fab9ec4Copy full SHA for fab9ec4
.github/workflows/static-analysis.yml
@@ -24,4 +24,4 @@ on:
24
jobs:
25
static-analysis:
26
name: "Static Analysis"
27
- uses: "doctrine/.github/.github/workflows/static-analysis.yml@13.1.0"
+ uses: "doctrine/.github/.github/workflows/phpstan.yml@13.1.0"
phpstan.neon.dist
@@ -12,3 +12,9 @@ parameters:
12
13
ignoreErrors:
14
- '#Variable method call on Doctrine\\RST\\Nodes\\DocumentNode\.#'
15
+ -
16
+ message: '#Only booleans are allowed in a ternary operator condition, string given\.#'
17
+ path: lib/Span/SpanProcessor.php
18
19
+ message: '#Only booleans are allowed in an if condition, string given\.#'
20
0 commit comments