diff --git a/src/GridFS/ReadableStream.php b/src/GridFS/ReadableStream.php index a0664e821..f0e433140 100644 --- a/src/GridFS/ReadableStream.php +++ b/src/GridFS/ReadableStream.php @@ -98,7 +98,6 @@ public function __construct(CollectionWrapper $collectionWrapper, object $file) * Return internal properties for debugging purposes. * * @see https://php.net/manual/en/language.oop5.magic.php#language.oop5.magic.debuginfo - * @return array */ public function __debugInfo(): array { diff --git a/src/Model/SearchIndexInput.php b/src/Model/SearchIndexInput.php index c6d87b094..e28aea9b0 100644 --- a/src/Model/SearchIndexInput.php +++ b/src/Model/SearchIndexInput.php @@ -36,7 +36,6 @@ */ class SearchIndexInput implements Serializable { - /** @var array */ private array $index; /**