Commit daf95c6
committed
Prevent installation of older
Ref: https://github.com/Roave/BackwardCompatibilityCheck/actions/runs/18657635613/job/53190540967?pr=929#step:3:590
Helps with:
```
PHP Warning: Private methods cannot be final as they are never overridden by other classes in /github/workspace/vendor/marc-mabe/php-enum/src/Enum.php on line 82
.................................................
Warning: Private methods cannot be final as they are never overridden by other classes in /github/workspace/vendor/marc-mabe/php-enum/src/Enum.php on line 82
```marc-mabe/php-enum versions1 parent 542d45f commit daf95c6
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments