@@ -84,7 +84,7 @@ |
||
| 84 | 84 | * @return bool |
| 85 | 85 | * @psalm-suppress MissingClosureParamType |
| 86 | 86 | */ |
| 87 | - static function ($val): bool { |
|
| 87 | + static function($val): bool { |
|
| 88 | 88 | return $val !== null; |
| 89 | 89 | } |
| 90 | 90 | ); |
@@ -77,7 +77,7 @@ |
||
| 77 | 77 | } catch (InvalidStyleException $e) { |
| 78 | 78 | // Do nothing |
| 79 | 79 | // or |
| 80 | - $this->processException($e); |
|
| 80 | + $this->processException($e); |
|
| 81 | 81 | } |
| 82 | 82 | return $text; |
| 83 | 83 | } |