@@ -59,7 +59,7 @@ |
||
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | throw new \LogicException(sprintf( |
| 62 | - 'Service "%s" has a parameter "%s" that is not found.', |
|
| 62 | + 'Service "%s" has a parameter "%s" that is not found.', |
|
| 63 | 63 | $id, |
| 64 | 64 | $class |
| 65 | 65 | )); |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace KunicMarko\SonataAnnotationBundle\DependencyInjection\Compiler; |
| 6 | 6 | |