Skip to content

Commit 7c7d940

Browse files
Update phpstorm stubs
1 parent 73dae21 commit 7c7d940

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"hoa/compiler": "3.17.08.08",
2727
"hoa/exception": "^1.0",
2828
"hoa/file": "1.17.07.11",
29-
"jetbrains/phpstorm-stubs": "dev-master#5f24d7aef6ada9de9a894ce899345b3054d6c639",
29+
"jetbrains/phpstorm-stubs": "dev-master#59e06fde7aaeddf92b0b38da6d1c51ee03b18fb3",
3030
"nette/bootstrap": "^3.0",
3131
"nette/di": "^3.1.4",
3232
"nette/neon": "3.3.4",

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patches/PDO.patch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
--- PDO/PDO.php 2021-12-26 15:44:39.000000000 +0100
22
+++ PDO/PDO.php 2022-01-03 22:54:21.000000000 +0100
3-
@@ -1476,7 +1476,7 @@ namespace {
3+
@@ -1610,7 +1610,7 @@ namespace {
44
* @return array|false if one or more notifications is pending, returns a single row,
55
* with fields message and pid, otherwise <b>FALSE</b>.
66
*/
7+
#[Deprecated('use Pdo\Pgsql::getNotify instead', '\Pdo\Pgsql::getNotify(%parametersList%)', since: '8.5')]
78
- public function pgsqlGetNotify($fetchMode = PDO::FETCH_DEFAULT, $timeoutMilliseconds = 0) {}
89
+ public function pgsqlGetNotify($fetchMode = 1, $timeoutMilliseconds = 0) {}
910

0 commit comments

Comments
 (0)