@@ -37,7 +37,7 @@ |
||
| 37 | 37 | */ |
| 38 | 38 | public function resolve(Readable $readable, TokenInterface $token): void |
| 39 | 39 | { |
| 40 | - if (! \in_array($token->value(1), self::ALLOWED_PRAGMAS, true)) { |
|
| 40 | + if (!\in_array($token->value(1), self::ALLOWED_PRAGMAS, true)) { |
|
| 41 | 41 | $error = \vsprintf('Unknown configuration pragma rule "%s" with value "%s"', [ |
| 42 | 42 | $token->value(1), |
| 43 | 43 | $token->value(2), |