File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -797,8 +797,8 @@ public function __construct()
797
797
798
798
if (count ($ scopes = $ this ->container ->getScopes ()) > 0 ) {
799
799
$ code .= "\n" ;
800
- $ code .= " \ $this->scopes = " .$ this ->dumpValue ($ scopes )."; \n" ;
801
- $ code .= " \ $this->scopeChildren = " .$ this ->dumpValue ($ this ->container ->getScopeChildren ())."; \n" ;
800
+ $ code .= ' $this->scopes = ' .$ this ->dumpValue ($ scopes )."; \n" ;
801
+ $ code .= ' $this->scopeChildren = ' .$ this ->dumpValue ($ this ->container ->getScopeChildren ())."; \n" ;
802
802
}
803
803
804
804
$ code .= $ this ->addMethodMap ();
@@ -843,8 +843,8 @@ public function __construct()
843
843
844
844
$ code .= "\n" ;
845
845
if (count ($ scopes = $ this ->container ->getScopes ()) > 0 ) {
846
- $ code .= " \ $this->scopes = " .$ this ->dumpValue ($ scopes )."; \n" ;
847
- $ code .= " \ $this->scopeChildren = " .$ this ->dumpValue ($ this ->container ->getScopeChildren ())."; \n" ;
846
+ $ code .= ' $this->scopes = ' .$ this ->dumpValue ($ scopes )."; \n" ;
847
+ $ code .= ' $this->scopeChildren = ' .$ this ->dumpValue ($ this ->container ->getScopeChildren ())."; \n" ;
848
848
} else {
849
849
$ code .= " \$this->scopes = array(); \n" ;
850
850
$ code .= " \$this->scopeChildren = array(); \n" ;
You can’t perform that action at this time.
0 commit comments