Completed
Push — master ( 4a844a...bb1ac0 )
by Andreas
14:48 queued 19s
created
Tests/DependencyInjection/DoctrineExtensionTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -810,6 +810,9 @@
 block discarded – undo
810 810
         $this->assertFalse($container->hasDefinition('doctrine.dbal.bar_shard_manager'));
811 811
     }
812 812
 
813
+    /**
814
+     * @param string $vendor
815
+     */
813 816
     private function getContainer($bundles = 'YamlBundle', $vendor = null) : ContainerBuilder
814 817
     {
815 818
         $bundles = (array) $bundles;
Please login to merge, or discard this patch.