Skip to content

Commit

Permalink
fix style ci
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Nov 21, 2016
1 parent 609d4f4 commit 3f79df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class Validator implements ValidatorContract
protected $dependentRules = [
'RequiredWith', 'RequiredWithAll', 'RequiredWithout', 'RequiredWithoutAll',
'RequiredIf', 'RequiredUnless', 'Confirmed', 'Same', 'Different', 'Unique',
'Before', 'After', 'BeforeOrEqual', 'AfterOrEqual'
'Before', 'After', 'BeforeOrEqual', 'AfterOrEqual',
];

/**
Expand Down

0 comments on commit 3f79df5

Please sign in to comment.