mirror of
https://github.com/Intervention/image.git
synced 2025-09-01 01:51:43 +02:00
Remove variable cast
This commit is contained in:
@@ -63,7 +63,7 @@ final class FileTest extends BaseTestCase
|
|||||||
$file = new File('foo');
|
$file = new File('foo');
|
||||||
$string = $file->toString();
|
$string = $file->toString();
|
||||||
$this->assertEquals('foo', $string);
|
$this->assertEquals('foo', $string);
|
||||||
$this->assertEquals('foo', (string) $string);
|
$this->assertEquals('foo', $string);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testToFilePointer(): void
|
public function testToFilePointer(): void
|
||||||
|
Reference in New Issue
Block a user