@@ -74,6 +74,9 @@ |
||
74 | 74 | |
75 | 75 | } |
76 | 76 | |
77 | + /** |
|
78 | + * @param string $serviceName |
|
79 | + */ |
|
77 | 80 | private function getDecoratedServiceName($serviceName) { |
78 | 81 | $counter = 1; |
79 | 82 | while ($this->compiler->has($serviceName.'_decorated_'.$counter)) { |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | namespace TheCodingMachine\Yaco\ServiceProvider; |
5 | 5 |