Skip to content

Commit

Permalink
Remove type annotation for $fields
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Apr 24, 2023
1 parent 87b6ccc commit d3ea2f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Validator/ObjectExists.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ class ObjectExists extends AbstractValidator

/**
* Fields to be checked
*
* @var mixed[]|string
*/
protected mixed $fields = null;

Expand Down

0 comments on commit d3ea2f9

Please sign in to comment.