Skip to content

Commit

Permalink
remove src/ValidatorList.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jul 4, 2018
1 parent 2b35b9e commit 7d47374
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false"
syntaxCheck="false"
>
<testsuites>
<testsuite name="Php Validate-Filter Test Suite">
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private function __construct()
*/
public static function boolean($val, $nullAsFalse = false)
{
if ($val !== null && !is_scalar($val)) {
if ($val !== null && !\is_scalar($val)) {
return (bool)$val;
}

Expand Down
19 changes: 0 additions & 19 deletions src/ValidatorList.php

This file was deleted.

0 comments on commit 7d47374

Please sign in to comment.