mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-06-09 03:44:57 +00:00
Fix mago issues.
This commit is contained in:
@@ -47,7 +47,7 @@ class MoveTransactionsRequest extends FormRequest
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string[]
|
||||
* @return array
|
||||
*/
|
||||
public function rules(): array
|
||||
{
|
||||
|
||||
@@ -55,7 +55,7 @@ class StoreByDateRequest extends FormRequest
|
||||
/**
|
||||
* The rules that the incoming request must be matched against.
|
||||
*
|
||||
* @return array<string, string>
|
||||
* @return array
|
||||
*/
|
||||
public function rules(): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user