Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Feb 8, 2024
1 parent 5323b56 commit 42a3e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Filter/Validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public function setValidators(array $validators): Validation
* Validate a set of data according to a set of rules
*
* @param array|object $data
* @param object $entity
* @param object $entity
* @return Messages|false
*/
public function validate($data = null, $entity = null): Messages|bool
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/Validation/ValidationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function setLabels(array $labels): void;
* Validate a set of data according to a set of rules
*
* @param array|object $data
* @param object $entity
* @param object $entity
* @return Messages|false
*/
public function validate($data = null, $entity = null): Messages|bool;
Expand Down

0 comments on commit 42a3e9a

Please sign in to comment.