Completed
Branch 1.0 (bbd3f4)
by David
06:34
created
src/ServiceProviderLoader.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace TheCodingMachine\Yaco\ServiceProvider;
5 5
 
Please login to merge, or discard this patch.