Code cleanup

This commit is contained in:
James Cole
2019-08-17 10:47:29 +02:00
parent 23479790fe
commit c2296c3ad5
95 changed files with 463 additions and 507 deletions

View File

@@ -53,8 +53,8 @@ class ValidRecurrenceRepetitionValue implements Rule
* @param mixed $value
*
* @return bool
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
*
*
*/
public function passes($attribute, $value): bool
{
@@ -104,7 +104,7 @@ class ValidRecurrenceRepetitionValue implements Rule
*
* @return bool
*
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
*
*/
private function validateNdom(string $value): bool
{