mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix tests.
This commit is contained in:
@@ -85,10 +85,10 @@ class Tag extends Model
|
||||
*
|
||||
* @param $value
|
||||
*
|
||||
* @return string
|
||||
* @return string|null
|
||||
* @throws \Illuminate\Contracts\Encryption\DecryptException
|
||||
*/
|
||||
public function getDescriptionAttribute($value): string
|
||||
public function getDescriptionAttribute($value): ?string
|
||||
{
|
||||
if (null === $value) {
|
||||
return $value;
|
||||
|
||||
Reference in New Issue
Block a user