| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class ValidJalaliDate implements ValidationRule |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Check jalali date is valid. |
||
| 13 | * |
||
| 14 | * @param string $attribute |
||
| 15 | * @param mixed $value |
||
| 16 | * @param Closure $fail |
||
| 17 | * @return void |
||
| 18 | */ |
||
| 19 | public function validate(string $attribute, mixed $value, Closure $fail): void |
||
| 24 | } |
||
| 25 | } |
||
| 26 | |||
| 27 | private function isJalaliDateValid(mixed $value): bool |
||
| 38 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths