style: apply fixes from PHP-CS-Fixer

This commit is contained in:
Owen Voke
2022-03-08 10:51:38 +00:00
parent 9cf1005183
commit 3ffed844a6
17 changed files with 33 additions and 33 deletions

View File

@ -3,9 +3,9 @@
use PHPUnit\Framework\ExpectationFailedException;
beforeEach(function () {
$this->unlessObject = new stdClass();
$this->unlessObject = new stdClass();
$this->unlessObject->trueValue = true;
$this->unlessObject->foo = 'foo';
$this->unlessObject->foo = 'foo';
});
it('pass', function () {