Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit 7f9fb00

Browse files
committed
updated
1 parent aea69a6 commit 7f9fb00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ checks:
3232
tools:
3333

3434
external_code_coverage:
35-
enabled: true
35+
enabled: false
3636
timeout: 1800
3737
runs: 4
3838
filter:

src/Helpers/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function filter(array $input, array $ruleset = [])
4848
/**
4949
* Perform data validation against the provided ruleset.
5050
*
51-
* @param mixed $input
51+
* @param array $input
5252
* @param array optinal $ruleset ot use class ruleset
5353
* @return mixed
5454
*/

0 commit comments

Comments
 (0)