Skip to content

Commit

Permalink
extend type to string of $selector parameter in JsValidatorFactory@fo…
Browse files Browse the repository at this point in the history
…rmRequest (#426)

Co-authored-by: Cyril B <cyril@acid.fr>
  • Loading branch information
yepzy and Cyril B committed Mar 27, 2020
1 parent b9e8765 commit 8832820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JsValidatorFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ protected function getValidationData(array $rules, array $customAttributes = [])
* Creates JsValidator instance based on FormRequest.
*
* @param $formRequest
* @param null $selector
* @param null|string $selector
* @return \Proengsoft\JsValidation\Javascript\JavascriptValidator
*
* @throws \Illuminate\Contracts\Container\BindingResolutionException
Expand Down

0 comments on commit 8832820

Please sign in to comment.