phpstan & refactoring

This commit is contained in:
Milos Stojanovic
2019-06-14 13:07:01 +02:00
parent f6185c92ab
commit fa319eda36
8 changed files with 20 additions and 7 deletions

View File

@@ -282,6 +282,6 @@ class Filesystem implements Service
$tmp = explode($this->separator, trim($path, $this->separator));
return array_pop($tmp);
return (string) array_pop($tmp);
}
}