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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user