Commit ad56149
committed
Replace 'if (false)' with interface_exists checks
Updated several interface files to use 'if (! interface_exists(...))' instead of 'if (false)' for conditional interface declarations. This improves clarity and ensures interfaces are only declared when not already present.
Co-Authored-By: Deeka Wong <8337659+huangdijia@users.noreply.github.com>1 parent 0d1f038 commit ad56149
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments