Commit 1a9a2c7
committed
Fix enum case registration
An EnumCaseName::__toString() was added to the PHP 8.5 branch returning the FQCN of the enum case, which worked fine, but in the meanwhile, support for enum registration was added to master which implicitly relied on the EnumCaseName::__toString() method to return only the name of the case.
That's why the "Verify the generated files are up to date" step was failing until this fix.1 parent 27ebf47 commit 1a9a2c7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3529 | 3529 | | |
3530 | 3530 | | |
3531 | 3531 | | |
3532 | | - | |
| 3532 | + | |
3533 | 3533 | | |
3534 | 3534 | | |
3535 | 3535 | | |
| |||
0 commit comments