@@ -26,7 +26,7 @@ |
||
| 26 | 26 | */ |
| 27 | 27 | public function render(Node $node) |
| 28 | 28 | { |
| 29 | - if (! ($node instanceof Text)) { |
|
| 29 | + if (!($node instanceof Text)) { |
|
| 30 | 30 | throw new \InvalidArgumentException('Incompatible node type: ' . \get_class($node)); |
| 31 | 31 | } |
| 32 | 32 | |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | */ |
| 27 | 27 | public function render(Node $node) |
| 28 | 28 | { |
| 29 | - if (! ($node instanceof Emoji)) { |
|
| 29 | + if (!($node instanceof Emoji)) { |
|
| 30 | 30 | throw new \InvalidArgumentException('Incompatible node type: ' . \get_class($node)); |
| 31 | 31 | } |
| 32 | 32 | |