Skip to content

Commit

Permalink
break constructor line
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 17, 2016
1 parent cdcd98b commit 4e9c9fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Validation/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ class Validator implements ValidatorContract
* @param array $customAttributes
* @return void
*/
public function __construct(TranslatorInterface $translator, array $data, array $rules, array $messages = [], array $customAttributes = [])
public function __construct(TranslatorInterface $translator, array $data, array $rules,
array $messages = [], array $customAttributes = [])
{
$this->initialRules = $rules;
$this->translator = $translator;
Expand Down

0 comments on commit 4e9c9fd

Please sign in to comment.