Failed Conditions
Pull Request — master (#40)
by Florent
05:32 queued 04:13
created
DependencyInjection/Source/AbstractSource.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -24,6 +24,10 @@
 block discarded – undo
24 24
      */
25 25
     abstract protected function createDefinition(ContainerBuilder $container, array $config);
26 26
 
27
+    /**
28
+     * @param string $type
29
+     * @param string $name
30
+     */
27 31
     public function create(ContainerBuilder $container, $type, $name, array $config)
28 32
     {
29 33
         $service_id = sprintf('jose.%s.%s', $type, $name);
Please login to merge, or discard this patch.