From 78f1f4e9297150046e6e4159addd17c80913b9c2 Mon Sep 17 00:00:00 2001 From: "tastendruck[bot]" <191388063+tastendruck[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 19:04:05 +0000 Subject: [PATCH] :robot: `pint` Automated commit by the `Pint` workflow. --- src/Matrices/Matrix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Matrices/Matrix.php b/src/Matrices/Matrix.php index 0685bbf..c014acb 100644 --- a/src/Matrices/Matrix.php +++ b/src/Matrices/Matrix.php @@ -14,7 +14,7 @@ { public function __construct( private ReleasesInterface $releases, - private VersionParser $versionParser = new VersionParser(), + private VersionParser $versionParser = new VersionParser, ) {} /**