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