mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-02-15 07:28:41 +00:00
phcbf autofixes
This commit is contained in:
parent
dbe3a122e4
commit
7fc3a77edb
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,6 +15,7 @@ cache
|
||||||
.sass-cache
|
.sass-cache
|
||||||
.idea
|
.idea
|
||||||
vendor
|
vendor
|
||||||
|
Build
|
||||||
bower_components
|
bower_components
|
||||||
node_modules
|
node_modules
|
||||||
Libraries
|
Libraries
|
||||||
|
|
|
||||||
|
|
@ -454,9 +454,9 @@ final class ApiController extends Controller
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$lastVersionPath = $basePath . '/' . $id . '/' . $lastVersionTimestamp;
|
$lastVersionPath = $basePath . '/' . $id . '/' . $lastVersionTimestamp;
|
||||||
$oldPath = $lastVersionPath . '/' . $fileName;
|
$oldPath = $lastVersionPath . '/' . $fileName;
|
||||||
$newPath = $path . '/' . $fileName;
|
$newPath = $path . '/' . $fileName;
|
||||||
|
|
||||||
if (!\is_file($newPath) || !$toCheck[$index]['handled']) {
|
if (!\is_file($newPath) || !$toCheck[$index]['handled']) {
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user