@@ -33,7 +33,7 @@ |
||
33 | 33 | public function getTests() |
34 | 34 | { |
35 | 35 | return [ |
36 | - new TwigTest('pendingContentCollectible', function ($obj) { return $obj instanceof PendingContentCollectible; }), |
|
36 | + new TwigTest('pendingContentCollectible', function($obj) { return $obj instanceof PendingContentCollectible; }), |
|
37 | 37 | ]; |
38 | 38 | } |
39 | 39 | } |