database icon indicating copy to clipboard operation
database copied to clipboard

Exception code property must be int - DriverException.php

Open matak opened this issue 6 years ago • 0 comments

As PHP exception is defined with code of type int, there must be always int

public function __construct(string $message = "", int $code = 0, \Throwable $previous = NULL) {}

  • bug fix
  • BC break? no

matak avatar Apr 16 '19 14:04 matak