Skip to content

Commit 7d47374

Browse files
committed
remove src/ValidatorList.php
1 parent 2b35b9e commit 7d47374

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
convertNoticesToExceptions="true"
99
convertWarningsToExceptions="true"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
>
1312
<testsuites>
1413
<testsuite name="Php Validate-Filter Test Suite">

src/Filter/Filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private function __construct()
3232
*/
3333
public static function boolean($val, $nullAsFalse = false)
3434
{
35-
if ($val !== null && !is_scalar($val)) {
35+
if ($val !== null && !\is_scalar($val)) {
3636
return (bool)$val;
3737
}
3838

src/ValidatorList.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)