Skip to content

Commit 8e5d443

Browse files
committed
Removed redundant assertIsString
Unless the return type of of Gravity class' validate function is changed, this will always be a string.
1 parent 31a8eeb commit 8e5d443

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/GravityTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function testGravity($gravity): void
2020

2121
$validatedGravity = $gravity->validate();
2222

23-
static::assertIsString($validatedGravity);
2423
static::assertNotEmpty($validatedGravity);
2524

2625
$command = new Command(IMAGEMAGICK_DIR);

0 commit comments

Comments
 (0)