diff --git a/composer.lock b/composer.lock index 21195d7e..ddb6f33c 100644 --- a/composer.lock +++ b/composer.lock @@ -5219,16 +5219,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": { @@ -5273,7 +5273,7 @@ "type": "github" } ], - "time": "2025-01-05T16:43:48+00:00" + "time": "2025-01-21T14:54:06+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -5423,22 +5423,22 @@ }, { "name": "phpstan/phpstan-symfony", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-symfony.git", - "reference": "c08cd8e54a08d651bc402d304cfa161c3c3766c4" + "reference": "65f02c7e585f3c7372e42e14d3d87da034031553" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c08cd8e54a08d651bc402d304cfa161c3c3766c4", - "reference": "c08cd8e54a08d651bc402d304cfa161c3c3766c4", + "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/65f02c7e585f3c7372e42e14d3d87da034031553", + "reference": "65f02c7e585f3c7372e42e14d3d87da034031553", "shasum": "" }, "require": { "ext-simplexml": "*", "php": "^7.4 || ^8.0", - "phpstan/phpstan": "^2.0" + "phpstan/phpstan": "^2.1.2" }, "conflict": { "symfony/framework-bundle": "<3.0" @@ -5488,9 +5488,9 @@ "description": "Symfony Framework extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-symfony/issues", - "source": "https://github.com/phpstan/phpstan-symfony/tree/2.0.1" + "source": "https://github.com/phpstan/phpstan-symfony/tree/2.0.2" }, - "time": "2025-01-04T13:58:15+00:00" + "time": "2025-01-21T18:57:07+00:00" }, { "name": "phpstan/phpstan-webmozart-assert", diff --git a/src/Builder/BuildInstructions.php b/src/Builder/BuildInstructions.php index 0bb85e88..3da86e4a 100644 --- a/src/Builder/BuildInstructions.php +++ b/src/Builder/BuildInstructions.php @@ -85,6 +85,7 @@ public function getTargetDirectory(): string */ public function getTemplateVariables(): array { + /* @phpstan-ignore return.type */ return (array) $this; }