diff --git a/tests/Unit/FromTest.php b/tests/Unit/FromTest.php index 5b7511a..c3449a9 100644 --- a/tests/Unit/FromTest.php +++ b/tests/Unit/FromTest.php @@ -76,7 +76,7 @@ public function testObjectArrayable() public function testRequest() { - if (!method_exists(Request::class, 'toArray')) { + if (! method_exists(Request::class, 'toArray')) { $this->assertTrue(true); return;