mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Remove double lines from code.
This commit is contained in:
@@ -69,8 +69,6 @@ class BelongsUser implements Rule
|
||||
* @return bool
|
||||
* @throws FireflyException
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
public function passes($attribute, $value): bool
|
||||
{
|
||||
@@ -110,7 +108,6 @@ class BelongsUser implements Rule
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
*
|
||||
*/
|
||||
protected function countField(string $class, string $field, string $value): int
|
||||
{
|
||||
|
||||
@@ -73,7 +73,6 @@ class UniqueIban implements Rule
|
||||
*
|
||||
* @return bool
|
||||
*
|
||||
*
|
||||
*/
|
||||
public function passes($attribute, $value): bool
|
||||
{
|
||||
|
||||
@@ -50,7 +50,6 @@ class ValidRecurrenceRepetitionType implements Rule
|
||||
*
|
||||
* @return bool
|
||||
*
|
||||
*
|
||||
*/
|
||||
public function passes($attribute, $value): bool
|
||||
{
|
||||
|
||||
@@ -54,7 +54,6 @@ class ValidRecurrenceRepetitionValue implements Rule
|
||||
*
|
||||
* @return bool
|
||||
*
|
||||
*
|
||||
*/
|
||||
public function passes($attribute, $value): bool
|
||||
{
|
||||
@@ -104,7 +103,6 @@ class ValidRecurrenceRepetitionValue implements Rule
|
||||
*
|
||||
* @return bool
|
||||
*
|
||||
*
|
||||
*/
|
||||
private function validateNdom(string $value): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user