diff --git a/composer.json b/composer.json
index 14e6b77747a..7f4bf2d5d64 100644
--- a/composer.json
+++ b/composer.json
@@ -133,7 +133,6 @@
"patches/Stream.patch"
],
"jetbrains/phpstorm-stubs": [
- "patches/PDO.patch",
"patches/ReflectionProperty.patch",
"patches/SessionHandler.patch",
"patches/xmlreader.patch",
diff --git a/composer.lock b/composer.lock
index 60720f1f0c7..8c211683d3d 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "18b370bf35096c7daa5bc4dc835643a2",
+ "content-hash": "c78095eab6fed81875f98cf8af35bd76",
"packages": [
{
"name": "clue/ndjson-react",
diff --git a/patches/PDO.patch b/patches/PDO.patch
deleted file mode 100644
index 05e1ac18395..00000000000
--- a/patches/PDO.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- PDO/PDO.php 2021-12-26 15:44:39.000000000 +0100
-+++ PDO/PDO.php 2022-01-03 22:54:21.000000000 +0100
-@@ -1610,7 +1610,7 @@ namespace {
- * @return array|false if one or more notifications is pending, returns a single row,
- * with fields message and pid, otherwise FALSE.
- */
- #[Deprecated('use Pdo\Pgsql::getNotify instead', '\Pdo\Pgsql::getNotify(%parametersList%)', since: '8.5')]
-- public function pgsqlGetNotify($fetchMode = PDO::FETCH_DEFAULT, $timeoutMilliseconds = 0) {}
-+ public function pgsqlGetNotify($fetchMode = 1, $timeoutMilliseconds = 0) {}
-
- /**
- * (PHP 5 >= 5.6.0, PHP 7, PHP 8)