Apply fixes from StyleCI (#14899)

Co-authored-by: StyleCI Bot <[email protected]>
This commit is contained in:
Jellyfrog
2023-03-13 22:32:22 +01:00
committed by GitHub
co-authored by StyleCI Bot
parent 0e322ae5d5
commit 68e0b3df28
220 changed files with 2050 additions and 2035 deletions
+1 -2
View File
@@ -70,8 +70,7 @@ class StringHelperTest extends TestCase
};
$this->assertTrue(StringHelpers::isStringable($stringable));
$nonstringable = new class
{
$nonstringable = new class {
};
$this->assertFalse(StringHelpers::isStringable($nonstringable));
}