mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
[.travis] Fix several phpcs and phpunit errors (#1799)
This commit is contained in:
parent
64ec488f70
commit
645a8f62c6
14 changed files with 41 additions and 47 deletions
|
@ -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];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue