1
0
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:
Oliver Vogel
2025-05-31 10:00:37 +02:00
parent 2ca57b1e92
commit e332f24229

View File

@@ -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()
{