Fixing for PSR-2.

pull/11/head
Jamie Isaacs 10 years ago
parent 71a7383b73
commit 6233359c57

@ -16,7 +16,7 @@ class ValidatorTest extends \PHPUnit_Framework_TestCase
Validator::checkIfNull('XXX', 'notNullValue'); Validator::checkIfNull('XXX', 'notNullValue');
Validator::checkIfNull([], 'notNullValue'); Validator::checkIfNull([], 'notNullValue');
Validator::checkIfNull(new \stdClass(), 'notNullValue'); Validator::checkIfNull(new \stdClass(), 'notNullValue');
Validator::checkIfNull(function() { Validator::checkIfNull(function () {
}, 'notNullValue'); }, 'notNullValue');
} }
} }

Loading…
Cancel
Save