Skip to content

Commit 5333cd7

Browse files
committed
enum - remove redundant default values initialization
1 parent e384afe commit 5333cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Enum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstract class Enum
2626
*
2727
* @var string|NULL
2828
*/
29-
protected static $attribute = NULL;
29+
protected static $attribute;
3030

3131
/**
3232
* Get all items

0 commit comments

Comments
 (0)