mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Add phpdocs everywhere.
This commit is contained in:
@@ -30,6 +30,8 @@ use FireflyIII\Repositories\Category\CategoryRepositoryInterface;
|
||||
class CategoryFormRequest extends Request
|
||||
{
|
||||
/**
|
||||
* Verify the request.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function authorize(): bool
|
||||
@@ -39,6 +41,8 @@ class CategoryFormRequest extends Request
|
||||
}
|
||||
|
||||
/**
|
||||
* Get information for the controller.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function getCategoryData(): array
|
||||
@@ -49,6 +53,8 @@ class CategoryFormRequest extends Request
|
||||
}
|
||||
|
||||
/**
|
||||
* Rules for this request.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function rules(): array
|
||||
|
Reference in New Issue
Block a user