Skip to content

Exception code property must be int - DriverException.php#229

Open
romanmatena wants to merge 1 commit into
nette:masterfrom
romanmatena:master
Open

Exception code property must be int - DriverException.php#229
romanmatena wants to merge 1 commit into
nette:masterfrom
romanmatena:master

Conversation

@romanmatena

Copy link
Copy Markdown

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
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) {}
@dg dg force-pushed the master branch 2 times, most recently from 4c0e8d0 to e17242a Compare November 19, 2019 18:28
@dg dg force-pushed the master branch 6 times, most recently from f9fc19d to dd75e74 Compare December 13, 2019 18:06
@dg dg force-pushed the master branch 2 times, most recently from cce6a9c to 7e705c5 Compare December 27, 2019 03:53
@dg dg force-pushed the master branch 2 times, most recently from 9acf825 to a268c60 Compare March 27, 2020 11:52
@dg dg force-pushed the master branch 2 times, most recently from a56e7fe to d9b5f29 Compare June 9, 2020 14:19
@dg dg force-pushed the master branch 2 times, most recently from f016c33 to 6596c77 Compare July 10, 2020 16:30
@dg dg force-pushed the master branch 2 times, most recently from a9e5763 to c3cc31a Compare October 6, 2020 17:24
@dg dg force-pushed the master branch 2 times, most recently from e91b234 to 953502b Compare October 15, 2020 22:53
@dg dg force-pushed the master branch 6 times, most recently from 52d72e1 to fd0d57c Compare October 30, 2020 13:01
@dg dg force-pushed the master branch 2 times, most recently from 82f287a to fbffc75 Compare March 4, 2021 19:57
@dg dg force-pushed the master branch 7 times, most recently from 07bedd3 to d87063e Compare April 5, 2021 15:44
@dg dg force-pushed the master branch 8 times, most recently from e29b33b to ba62a2a Compare April 23, 2021 18:59
@dg dg force-pushed the master branch 4 times, most recently from f8e1e59 to 4862e4d Compare May 4, 2021 19:12
@dg dg force-pushed the master branch 4 times, most recently from 2986f4e to a8541e0 Compare May 31, 2021 17:05
@dg dg force-pushed the master branch 3 times, most recently from 778542f to a7aaa31 Compare August 29, 2021 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant