Passed
Push — master ( c33872...6239d4 )
by Viacheslav
14:38 queued 06:31
created
src/Markdown/TypeBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@
 block discarded – undo
223 223
         }
224 224
 
225 225
         if ($schema->format !== null) {
226
-            $or []= 'Format: `' . $schema->format . '`';
226
+            $or [] = 'Format: `' . $schema->format . '`';
227 227
         }
228 228
 
229 229
         $res = '';
Please login to merge, or discard this patch.