We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca9de5 commit d737ec1Copy full SHA for d737ec1
Zend/tests/enum/debugInfo/backed_enum_value.phpt
@@ -7,7 +7,7 @@ enum Foo: string {
7
case Bar = "Baz";
8
9
public function __debugInfo() {
10
- return [ __CLASS__ . '::' . $this->name . ' = ' . $this->value ];
+ return [__CLASS__ . '::' . $this->name . ' = ' . $this->value];
11
}
12
13
0 commit comments