Completed
Push — master ( 0c77dd...a60431 )
by Craig
05:19
created
src/system/BlocksModule/Twig/Extension/BlocksExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.