Skip to content

Commit

Permalink
Fix new phpcs errors (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus authored Mar 14, 2024
1 parent 770abbe commit 2e3689d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/GridFS/ReadableStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
1 change: 0 additions & 1 deletion src/Model/SearchIndexInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
*/
class SearchIndexInput implements Serializable
{
/** @var array */
private array $index;

/**
Expand Down

0 comments on commit 2e3689d

Please sign in to comment.