Fixing for PSR-2.
This commit is contained in:
parent
71a7383b73
commit
6233359c57
@ -16,7 +16,7 @@ class ValidatorTest extends \PHPUnit_Framework_TestCase
|
||||
Validator::checkIfNull('XXX', 'notNullValue');
|
||||
Validator::checkIfNull([], 'notNullValue');
|
||||
Validator::checkIfNull(new \stdClass(), 'notNullValue');
|
||||
Validator::checkIfNull(function() {
|
||||
Validator::checkIfNull(function () {
|
||||
}, 'notNullValue');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user