[.travis] Fix several phpcs and phpunit errors (#1799)

This commit is contained in:
Eugene Molotov 2020-10-15 12:53:19 +05:00 committed by GitHub
parent 64ec488f70
commit 645a8f62c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 41 additions and 47 deletions

View file

@ -94,6 +94,6 @@ favicon-63b2904a073c89b52b19aa08cebc16a154bcf83fee8ecc6439968b1e6db569c7.ico';
}
private function getFullSizeImagePath($preview_path){
return explode("?compress=1", $preview_path)[0];
return explode('?compress=1', $preview_path)[0];
}
}