Skip to content

Commit

Permalink
Fix StyleCI issue
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Jan 11, 2022
1 parent 6c5cb03 commit 7e627c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/PHP81/Php81LanguageFeaturesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ class NullLogger implements LoggerInterface
class ClassWithNewInInitializer
{
public function __construct(
private Logger $logger = new NullLogger,
) {}
private Logger $logger = new NullLogger(),
) {
}
}

class ClassThatImplementsSerializable implements Serializable
Expand Down

0 comments on commit 7e627c0

Please sign in to comment.