Completed
Pull Request — master (#4522)
by Craig
13:45
created
src/system/BlocksModule/Twig/Extension/BlocksExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.