mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code cleanup
This commit is contained in:
@@ -56,8 +56,6 @@ class RecurrenceFormRequest extends Request
|
||||
* @return array
|
||||
* @throws FireflyException
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
*/
|
||||
public function getAll(): array
|
||||
{
|
||||
@@ -225,9 +223,7 @@ class RecurrenceFormRequest extends Request
|
||||
* @return array
|
||||
* @throws FireflyException
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
* @SuppressWarnings(PHPMD.NPathComplexity)
|
||||
*
|
||||
*/
|
||||
public function rules(): array
|
||||
{
|
||||
@@ -318,8 +314,6 @@ class RecurrenceFormRequest extends Request
|
||||
* Parses repetition data.
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
*/
|
||||
private function parseRepetitionData(): array
|
||||
{
|
||||
|
@@ -33,7 +33,7 @@ use Log;
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.NumberOfChildren)
|
||||
*
|
||||
*/
|
||||
class Request extends FormRequest
|
||||
{
|
||||
@@ -183,8 +183,6 @@ class Request extends FormRequest
|
||||
* @param string $field
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
*/
|
||||
public function string(string $field): string
|
||||
{
|
||||
|
@@ -45,8 +45,6 @@ class RuleFormRequest extends Request
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
|
||||
*/
|
||||
public function getRuleData(): array
|
||||
{
|
||||
|
Reference in New Issue
Block a user