Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
* [*] фикс интерфейса
  • Loading branch information
KarelWintersky committed Dec 26, 2022
1 parent a105096 commit db03bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/LongreadsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ interface LongreadsInterface
/**
* Longreads constructor
*
* @param PDO $pdo
* @param $pdo
* @param array $options
* @param LoggerInterface|null $logger
*/
public function __construct(PDO $pdo, array $options = [], $logger = null);
public function __construct($pdo, array $options = [], LoggerInterface $logger = null);

/**
* Getter
Expand Down

0 comments on commit db03bfc

Please sign in to comment.