File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ class: $this->withNonStandard ? new Node\Stmt\Class_(
252252 var: new Node \Expr \Variable ('coroutine ' ),
253253 expr: new Node \Expr \MethodCall (
254254 var: new Node \Expr \Variable ('this ' ),
255- name: new Node \ Name ( 'coroutineFactory ' ) ,
255+ name: 'coroutineFactory ' ,
256256 args: [
257257 new Node \Arg (
258258 value: new Node \Expr \Assign (
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public function compile(array $config): Configurator\RepositoryInterface
7070 && \count ($ config ['expression_language ' ])
7171 ) {
7272 foreach ($ config ['expression_language ' ] as $ provider ) {
73- /** @var ExpressionFunctionProviderInterface $provider */
73+ /* @var ExpressionFunctionProviderInterface $provider */
7474 $ interpreter ->registerProvider (new $ provider ());
7575 }
7676 }
You can’t perform that action at this time.
0 commit comments