From 9368523d6b53cc2c76dcc93fe5e2db7ee1e11510 Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 21 Jan 2025 21:04:32 +0000 Subject: [PATCH] Updated libraries. --- VERSION | 2 +- composer.lock | 10 +++++----- src/Db/MariaDb/MariaDbConnection.php | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index b51b0b3..8ff9577 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2501.182241 +0.2501.212104 diff --git a/composer.lock b/composer.lock index 3acdf27..ff9f4e2 100644 --- a/composer.lock +++ b/composer.lock @@ -944,16 +944,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.1", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7" + "reference": "7d08f569e582ade182a375c366cbd896eccadd3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7", - "reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7d08f569e582ade182a375c366cbd896eccadd3a", + "reference": "7d08f569e582ade182a375c366cbd896eccadd3a", "shasum": "" }, "require": { @@ -998,7 +998,7 @@ "type": "github" } ], - "time": "2025-01-05T16:43:48+00:00" + "time": "2025-01-21T14:54:06+00:00" }, { "name": "phpunit/php-code-coverage", diff --git a/src/Db/MariaDb/MariaDbConnection.php b/src/Db/MariaDb/MariaDbConnection.php index 0b0e1ce..0f90e85 100644 --- a/src/Db/MariaDb/MariaDbConnection.php +++ b/src/Db/MariaDb/MariaDbConnection.php @@ -1,7 +1,7 @@ connection->autocommit(true); } - public int|string $affectedRows { + public int|string $affectedRows { // @phpstan-ignore-line: false negative get => $this->connection->affected_rows; }