Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit b050b2e

Browse files
Fixed code-style
1 parent 6164385 commit b050b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/FromTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function testObjectArrayable()
7676

7777
public function testRequest()
7878
{
79-
if (!method_exists(Request::class, 'toArray')) {
79+
if (! method_exists(Request::class, 'toArray')) {
8080
$this->assertTrue(true);
8181

8282
return;

0 commit comments

Comments
 (0)