Commit 3723575
committed
minor #1791
This PR was squashed before being merged into the 1.x branch.
Discussion
----------
`EnumHelper.php` : Fix Windows behaviour
Behaviour is OK on Linux, but tests have been failing on Windows
Usage of `DIRECTORY_SEPARATOR` in `EnumHelper.php` fixes this.
Commits
-------
2e0a903 `EnumHelper.php` : Fix Windows behaviourEnumHelper.php : Fix Windows behaviour (tcoch)1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments