@@ -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)) { |