Skip to content

Commit 7e2f609

Browse files
committed
CS
1 parent 839d321 commit 7e2f609

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Exercise/ASafeSpaceForNulls.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class ASafeSpaceForNulls extends AbstractExercise implements
3838
FileComparisonExerciseCheck,
3939
SelfCheck
4040
{
41-
4241
private ?Patch $patch = null;
4342

4443
public function __construct(private Parser $parser, private FakerGenerator $faker)

src/Exercise/LordOfTheStrings.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class LordOfTheStrings extends AbstractExercise implements
2121
FunctionRequirementsExerciseCheck,
2222
ComposerExerciseCheck
2323
{
24-
2524
public function __construct(private Generator $faker)
2625
{
2726
}

test/Exercise/LordOfTheStringsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
class LordOfTheStringsTest extends WorkshopExerciseTest
1212
{
13-
1413
public function getApplication(): Application
1514
{
1615
return require __DIR__ . '/../../app/bootstrap.php';

0 commit comments

Comments
 (0)