mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Expand test coverage.
This commit is contained in:
@@ -161,7 +161,7 @@ class ImportJob extends Model
|
||||
*/
|
||||
public function getExtendedStatusAttribute($value)
|
||||
{
|
||||
if (0 === strlen($value)) {
|
||||
if (0 === strlen(strval($value))) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user