mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#14899)
Co-authored-by: StyleCI Bot <[email protected]>
This commit is contained in:
@@ -70,8 +70,7 @@ class StringHelperTest extends TestCase
|
||||
};
|
||||
$this->assertTrue(StringHelpers::isStringable($stringable));
|
||||
|
||||
$nonstringable = new class
|
||||
{
|
||||
$nonstringable = new class {
|
||||
};
|
||||
$this->assertFalse(StringHelpers::isStringable($nonstringable));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user