Skip to content

Commit 586a9f9

Browse files
authored
Merge pull request #17 from antonsacred/patch-1
Handle implicitly nullable parameter declaration (php 8.4 depreciation)
2 parents c2d0977 + eabdc14 commit 586a9f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Formatter/ClassPropertiesFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ClassPropertiesFormatter implements Formatter
3939
* @param string $commandFailedLevel
4040
*/
4141
public function __construct(
42-
PropertyNormalizer $normalizer = null,
42+
?PropertyNormalizer $normalizer = null,
4343
$commandReceivedLevel = LogLevel::DEBUG,
4444
$commandSucceededLevel = LogLevel::DEBUG,
4545
$commandFailedLevel = LogLevel::ERROR

0 commit comments

Comments
 (0)