mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-11 16:08: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
|
||||
.idea
|
||||
vendor
|
||||
Build
|
||||
bower_components
|
||||
node_modules
|
||||
Libraries
|
||||
|
|
|
|||
|
|
@ -454,9 +454,9 @@ final class ApiController extends Controller
|
|||
}
|
||||
}
|
||||
|
||||
$lastVersionPath = $basePath . '/' . $id . '/' . $lastVersionTimestamp;
|
||||
$oldPath = $lastVersionPath . '/' . $fileName;
|
||||
$newPath = $path . '/' . $fileName;
|
||||
$lastVersionPath = $basePath . '/' . $id . '/' . $lastVersionTimestamp;
|
||||
$oldPath = $lastVersionPath . '/' . $fileName;
|
||||
$newPath = $path . '/' . $fileName;
|
||||
|
||||
if (!\is_file($newPath) || !$toCheck[$index]['handled']) {
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user