From 36e9ff75c4397e30c5485d44fa314dbda3c4ce87 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jan 2026 07:07:19 +0100 Subject: update to 2.3.2 --- php-phpstan-phpdoc-parser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index 446b3f4..04e28f0 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 16dbf9937da8d4528ceb2145c9c7c0bd29e26374 +%global gh_commit a004701b11273a26cd7955a61d67a7f1e525a45a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpstan %global gh_project phpdoc-parser @@ -19,7 +19,7 @@ %global major %nil Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 2.3.1 +Version: 2.3.2 Release: 1%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types @@ -127,6 +127,9 @@ exit $ret %changelog +* Mon Jan 26 2026 Remi Collet - 2.3.2-1 +- update to 2.3.2 + * Mon Jan 12 2026 Remi Collet - 2.3.1-1 - update to 2.3.1 -- cgit