From e332f242295882828cd1da0b45c9dc21d49e2350 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sat, 31 May 2025 10:00:37 +0200 Subject: [PATCH] Fix class name references --- src/File.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/File.php b/src/File.php index fa0b7dcd..1b7d0e98 100644 --- a/src/File.php +++ b/src/File.php @@ -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() {