We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 8 | class Factory |
||
| 9 | { |
||
| 10 | protected $rulePrefixes = array('Respect\\Validation\\Rules\\'); |
||
| 11 | |||
| 12 | 35 | public function getRulePrefixes() |
|
| 16 | |||
| 17 | 2 | public function appendRulePrefix($rulePrefix) |
|
| 21 | |||
| 22 | 1 | public function prependRulePrefix($rulePrefix) |
|
| 26 | |||
| 27 | 32 | public function rule($ruleName, array $arguments = array()) |
|
| 49 | } |
||
| 50 |