Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
Remove redundant param from Required
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert221 committed Dec 6, 2017
1 parent cfa5700 commit bf1e8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rule/Required.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public function verdict($value): Verdict
$passes = true;
}

return Verdict::create($passes, $this, $value);
return Verdict::create($passes, $this);
}
}

0 comments on commit bf1e8ee

Please sign in to comment.