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