Completed
Pull Request — master (#3)
by Jacob
02:17
created
DependencyInjection/Configuration.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -327,6 +327,9 @@
 block discarded – undo
327 327
         }
328 328
     }
329 329
 
330
+    /**
331
+     * @param string $path
332
+     */
330 333
     private function validateTypeAndService(array $config, $path)
331 334
     {
332 335
         if (!isset($config['type']) && !isset($config['service'])) {
Please login to merge, or discard this patch.