Skip to content

Commit 70d6b89

Browse files
committed
Reverted tem changes
1 parent 0121b54 commit 70d6b89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Propel/Tests/Runtime/Connection/PropelPDOTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Exception;
1212
use Monolog\Handler\AbstractHandler;
1313
use Monolog\Logger;
14-
use Monolog\LogRecord;
1514
use PDO;
1615
use PDOException;
1716
use Propel\Runtime\ActiveQuery\Criteria;
@@ -565,7 +564,7 @@ class LastMessageHandler extends AbstractHandler
565564
*
566565
* @return bool
567566
*/
568-
public function handle(LogRecord $record): bool
567+
public function handle(array $record): bool
569568
{
570569
$this->latestMessage = (string)$record['message'];
571570

0 commit comments

Comments
 (0)