Skip to content

Commit d737ec1

Browse files
spacing
1 parent bca9de5 commit d737ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/enum/debugInfo/backed_enum_value.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ enum Foo: string {
77
case Bar = "Baz";
88

99
public function __debugInfo() {
10-
return [ __CLASS__ . '::' . $this->name . ' = ' . $this->value ];
10+
return [__CLASS__ . '::' . $this->name . ' = ' . $this->value];
1111
}
1212
}
1313

0 commit comments

Comments
 (0)