Update System.php
This commit is contained in:
parent
1d328f4c76
commit
97e897a9ca
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ class System
|
||||||
*
|
*
|
||||||
* @return boolean the directory is usable
|
* @return boolean the directory is usable
|
||||||
*/
|
*/
|
||||||
private static function isDirectoryUsable($directory): bool
|
private static function isDirectoryUsable(string $directory): bool
|
||||||
{
|
{
|
||||||
if (empty($directory)) {
|
if (empty($directory)) {
|
||||||
Logger::warning('Directory is empty. This shouldn\'t happen.');
|
Logger::warning('Directory is empty. This shouldn\'t happen.');
|
||||||
|
|
Loading…
Reference in a new issue