mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various code cleanup.
This commit is contained in:
@@ -83,7 +83,7 @@ class Category extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Category $value
|
||||
* @param string $value
|
||||
*
|
||||
* @return Category
|
||||
*/
|
||||
@@ -101,6 +101,7 @@ class Category extends Model
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*
|
||||
* @param $value
|
||||
*
|
||||
* @return string
|
||||
@@ -116,6 +117,7 @@ class Category extends Model
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*
|
||||
* @param $value
|
||||
*/
|
||||
public function setNameAttribute($value)
|
||||
|
Reference in New Issue
Block a user