https://www.socket.abcvd.com/

Exceptions

Compile Error: Declaration of Doctrine\DBAL\Driver\PDOConnection::query() must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false

  • Exception
  • Logs
  • Stack Trace

Symfony\Component\ErrorHandler\Error\ FatalError

  1.     }
  2.     /**
  3.      * {@inheritdoc}
  4.      */
  5.     public function query()
  6.     {
  7.         $args func_get_args();
  8.         try {
  9.             $stmt parent::query(...$args);