Skip to content

Commit

Permalink
Reverted tem changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4onok committed Mar 21, 2024
1 parent 0121b54 commit 70d6b89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Propel/Tests/Runtime/Connection/PropelPDOTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Exception;
use Monolog\Handler\AbstractHandler;
use Monolog\Logger;
use Monolog\LogRecord;
use PDO;
use PDOException;
use Propel\Runtime\ActiveQuery\Criteria;
Expand Down Expand Up @@ -565,7 +564,7 @@ class LastMessageHandler extends AbstractHandler
*
* @return bool
*/
public function handle(LogRecord $record): bool
public function handle(array $record): bool
{
$this->latestMessage = (string)$record['message'];

Expand Down

0 comments on commit 70d6b89

Please sign in to comment.