Completed
Push — development ( 8592ee...b7587e )
by Thomas
04:10
created
local/devel/generator.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -359,13 +359,13 @@  discard block
 block discarded – undo
359 359
 
360 360
     file_put_contents(
361 361
         __DIR__ . '/Entities/' . $classNameEntity . '.php',
362
-        "<?php \n\n" . (string) $classEntity,
362
+        "<?php \n\n" . (string)$classEntity,
363 363
         LOCK_EX
364 364
     );
365 365
 
366 366
     file_put_contents(
367 367
         __DIR__ . '/Entities/' . $classNameEntity . 'Test.php',
368
-        "<?php \n\n use OcTest\Modules\AbstractModuleTest; \n\n" . (string) $classEntityTest,
368
+        "<?php \n\n use OcTest\Modules\AbstractModuleTest; \n\n" . (string)$classEntityTest,
369 369
         LOCK_EX
370 370
     );
371 371
 
@@ -378,7 +378,7 @@  discard block
 block discarded – undo
378 378
 use Oc\Repository\Exception\RecordNotFoundException;
379 379
 use Oc\Repository\Exception\RecordNotPersistedException;
380 380
 use Oc\Repository\Exception\RecordsNotFoundException; \n\n" .
381
-        (string) $classRepository,
381
+        (string)$classRepository,
382 382
         LOCK_EX
383 383
     );
384 384
 }
Please login to merge, or discard this patch.