@@ -359,13 +359,13 @@ discard block |
||
| 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 |
||
| 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 | } |