Commit 91f8cfe
committed
fix(cs): import LOCK_EX via
PHPCS flagged the bare `LOCK_EX` reference in the v1 Local adapter
constructor call as a fallback global name. Add `use const LOCK_EX`
to match the repo's coding standard.
Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>use const instead of fallback lookup1 parent b0d7376 commit 91f8cfe
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments