File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 99
1010namespace DI \Bridge \Symfony ;
1111
12- use DI \ContainerBuilder as DiContainerBuilder ;
1312use Psr \Container \ContainerInterface ;
1413use Symfony \Component \Debug \DebugClassLoader ;
1514use Symfony \Component \DependencyInjection \Compiler \CheckExceptionOnInvalidReferenceBehaviorPass ;
@@ -38,11 +37,11 @@ public function __construct($environment, $debug)
3837 /**
3938 * Implement this method to configure PHP-DI.
4039 *
41- * @param DiContainerBuilder $builder
40+ * @param \DI\ContainerBuilder $builder
4241 *
4342 * @return ContainerInterface
4443 */
45- abstract protected function buildPHPDIContainer (DiContainerBuilder $ builder );
44+ abstract protected function buildPHPDIContainer (\ DI \ ContainerBuilder $ builder );
4645
4746 protected function getContainerBaseClass ()
4847 {
@@ -108,7 +107,7 @@ private function disableDebugClassLoader()
108107 protected function getPHPDIContainer ()
109108 {
110109 if ($ this ->phpdiContainer === null ) {
111- $ builder = new DiContainerBuilder ();
110+ $ builder = new \ DI \ ContainerBuilder ();
112111 $ builder ->wrapContainer ($ this ->getContainer ());
113112
114113 $ this ->phpdiContainer = $ this ->buildPHPDIContainer ($ builder );
You can’t perform that action at this time.
0 commit comments