@@ -36,7 +36,7 @@ |
||
| 36 | 36 | implode( |
| 37 | 37 | "\n\n", |
| 38 | 38 | array_map( |
| 39 | - function ($l) { |
|
| 39 | + function($l) { |
|
| 40 | 40 | return implode("\n\n", $l); |
| 41 | 41 | }, |
| 42 | 42 | $errors |
@@ -3,7 +3,7 @@ |
||
| 3 | 3 | use ScayTrase\Api\Cruds\DependencyInjection\Configuration; |
| 4 | 4 | use Symfony\Component\Config\Definition\Dumper\YamlReferenceDumper; |
| 5 | 5 | |
| 6 | -require_once __DIR__ . '/bootstrap.php'; |
|
| 6 | +require_once __DIR__.'/bootstrap.php'; |
|
| 7 | 7 | |
| 8 | 8 | $config = new Configuration(); |
| 9 | 9 | $dumper = new YamlReferenceDumper(); |