Passed
Push — 2.x ( 13643d...3dd660 )
by Quentin
07:04
created
src/Services/Blocks/Block.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -240,8 +240,8 @@
 block discarded – undo
240 240
 
241 241
         // Title is mandatory
242 242
         throw new Exception(
243
-            "Block {$blockName} does not exists or the mandatory property '{$property}' ".
244
-            "was not found on this block. If you are still using blocks on the twill.php ".
243
+            "Block {$blockName} does not exists or the mandatory property '{$property}' " .
244
+            "was not found on this block. If you are still using blocks on the twill.php " .
245 245
             "file, please check if the block is present and properly configured."
246 246
         );
247 247
     }
Please login to merge, or discard this patch.