Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-03-27 18:31:08 +00:00 committed by StyleCI Bot
parent e485963ce7
commit 4bd87acd08

View File

@ -19,7 +19,7 @@ $version = file_get_contents("$url/.version");
if (!file_exists(__DIR__.'/.version') || file_get_contents(__DIR__.'/.version') !== $version) {
foreach (explode("\n", file_get_contents("$url/files")) as $file) {
if ($file) {
copy("$url/$file", __DIR__."/$file");
copy("$url/$file", __DIR__."/$file");
}
}
}