Completed
Pull Request — master (#12)
by Théo
11:36
created
src/FileLoader/Parser/Yaml/Util/ServiceParser.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -98,6 +98,11 @@
 block discarded – undo
98 98
         $container->addService($serviceDefinition);
99 99
     }
100 100
     
101
+    /**
102
+     * @param string $id
103
+     * @param string $class
104
+     * @param string $fileName
105
+     */
101 106
     private function createService($id, $class, array $arguments, array $autowiringTypes, array $tags, $fileName)
102 107
     {
103 108
         $serviceDefinition = new Service($id, $class, $arguments, $autowiringTypes, $tags);
Please login to merge, or discard this patch.