@@ -70,7 +70,7 @@ |
||
| 70 | 70 | public function getTests() |
| 71 | 71 | { |
| 72 | 72 | return [ |
| 73 | - new TwigTest('pendingContentCollectible', function ($obj) { return $obj instanceof PendingContentCollectible; }), |
|
| 73 | + new TwigTest('pendingContentCollectible', function($obj) { return $obj instanceof PendingContentCollectible; }), |
|
| 74 | 74 | ]; |
| 75 | 75 | } |
| 76 | 76 | |