mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Fix some issues that triggered in scrutinizer.
This commit is contained in:
@@ -52,7 +52,7 @@ class BelongsUser implements Rule
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function message()
|
||||
public function message(): string
|
||||
{
|
||||
return (string)trans('validation.belongs_user');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user