Skip to content

Commit c132e2a

Browse files
committed
Ran php-cs-fixer
1 parent d49ce99 commit c132e2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Builder/MultipleFilesLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

src/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)