Skip to content

Commit 16523cf

Browse files
Update all non-major dependencies (#50)
* Update all non-major dependencies | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.10.50 | 1.10.54 | | packagist | phpunit/phpunit | 10.5.3 | 10.5.5 | * CS Fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Filippo Tessarotto <zoeslam@gmail.com>
1 parent ad14947 commit 16523cf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"require": {
1414
"php": "~8.2.0 || ~8.3.0",
1515
"nikic/php-parser": "^4.18.0",
16-
"phpstan/phpstan": "^1.10.50"
16+
"phpstan/phpstan": "^1.10.54"
1717
},
1818
"require-dev": {
1919
"nette/di": "^3.1.8",
2020
"nette/neon": "^3.4.1",
2121
"phpstan/phpstan-phpunit": "^1.3.15",
22-
"phpunit/phpunit": "^10.5.3",
22+
"phpunit/phpunit": "^10.5.5",
2323
"slam/php-cs-fixer-extensions": "^3.10.0"
2424
},
2525
"autoload": {

lib/SymfonyProcessRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function getNodeType(): string
4141
}
4242

4343
/**
44-
* @param \PhpParser\Node\Expr\FuncCall $node
44+
* @param FuncCall $node
4545
*
4646
* @return string[]
4747
*/

0 commit comments

Comments
 (0)