Skip to content

Commit 8004dd5

Browse files
[TASK] Update PHPStan packages to v2.1.2 (patch) (#697)
* [TASK] Update PHPStan packages to v2.1.2 | datasource | package | from | to | | ---------- | ----------------------- | ----- | ----- | | packagist | phpstan/phpstan | 2.1.1 | 2.1.2 | | packagist | phpstan/phpstan-symfony | 2.0.1 | 2.0.2 | * [TASK] Ignore a PHPStan error --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Elias Häußler <[email protected]>
1 parent 8f5b2fc commit 8004dd5

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

composer.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Builder/BuildInstructions.php

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public function getTargetDirectory(): string
8585
*/
8686
public function getTemplateVariables(): array
8787
{
88+
/* @phpstan-ignore return.type */
8889
return (array) $this;
8990
}
9091

0 commit comments

Comments
 (0)