Fixed errors picked up by larastan

This commit is contained in:
Henry Whitaker
2020-08-03 16:22:07 +01:00
parent 4b8b4ccfa3
commit 7a62b113bf
24 changed files with 86 additions and 48 deletions

View File

@@ -55,7 +55,7 @@ class BackupHelper {
*
* @param array|string $array Backup data
* @param string $format json|csv
* @return boolean
* @return bool
*/
public static function restore($array, $format)
{
@@ -101,5 +101,7 @@ class BackupHelper {
return true;
}
return false;
}
}