mirror of
https://github.com/Intervention/image.git
synced 2025-08-29 00:29:55 +02:00
Fix class name references
This commit is contained in:
@@ -79,7 +79,7 @@ class File implements FileInterface, Stringable
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @see FilterInterface::toString()
|
||||
* @see FileInterface::toString()
|
||||
*/
|
||||
public function toString(): string
|
||||
{
|
||||
@@ -89,7 +89,7 @@ class File implements FileInterface, Stringable
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @see FilterInterface::toFilePointer()
|
||||
* @see FileInterface::toFilePointer()
|
||||
*/
|
||||
public function toFilePointer()
|
||||
{
|
||||
|
Reference in New Issue
Block a user