Commit 0e3a5e4
committed
minor #44825 [Filesystem] Renamed reused variable
This PR was merged into the 6.1 branch.
Discussion
----------
[Filesystem] Renamed reused variable `$files` in `Filesystem::doRemove()`
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | n/a
| License | MIT
| Doc PR | n/a
It's not really a bug, but the variable name $files is already used for the foreach loop.
Commits
-------
6d3f3d74ef [Filesystem] Renamed reused variable `$files` in `Filesystem::doRemove()`$files in Filesystem::doRemove() (fwolfsjaeger)1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
| 181 | + | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
0 commit comments