Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Jan 19, 2022
1 parent 9d19d1e commit 8ef0613
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/Rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ public static function unique($table, $column = 'NULL')
{
return new Unique($table, $column);
}
}
}
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/ValidationRuleParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,4 @@ public static function filterConditionalRules($rules, array $data = [])
})->filter()->flatten(1)->values()->all()];
})->all();
}
}
}
2 changes: 1 addition & 1 deletion tests/Validation/ValidationRuleParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,4 @@ public function testExplodeHandlesSegmentingNestedRules()
],
], $results->implicitAttributes);
}
}
}

0 comments on commit 8ef0613

Please sign in to comment.