Skip to content

Commit 17a444b

Browse files
committed
cs
1 parent 70f6bf4 commit 17a444b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Exercise/TheAttributesOfSuccess.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class TheAttributesOfSuccess extends AbstractExercise implements
3737
FileComparisonExerciseCheck,
3838
SelfCheck
3939
{
40-
public function __construct(private Parser $parser, private FakerGenerator $faker)
40+
public function __construct(private Parser $parser, private FakerGenerator $faker)
4141
{
4242
}
4343

@@ -185,7 +185,6 @@ public function check(Input $input): ResultInterface
185185
&& $node->params[0]->var->name === 'key'
186186
&& $node->params[0]->type instanceof \PhpParser\Node\Identifier
187187
&& $node->params[0]->type->name === 'string';
188-
189188
});
190189

191190
if ($prop === null && $promotedProp === null) {

0 commit comments

Comments
 (0)