Skip to content

Commit

Permalink
Update all non-major dependencies (#50)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and Slamdunk authored Jan 8, 2024
1 parent ad14947 commit 16523cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"require": {
"php": "~8.2.0 || ~8.3.0",
"nikic/php-parser": "^4.18.0",
"phpstan/phpstan": "^1.10.50"
"phpstan/phpstan": "^1.10.54"
},
"require-dev": {
"nette/di": "^3.1.8",
"nette/neon": "^3.4.1",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpunit/phpunit": "^10.5.3",
"phpunit/phpunit": "^10.5.5",
"slam/php-cs-fixer-extensions": "^3.10.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion lib/SymfonyProcessRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function getNodeType(): string
}

/**
* @param \PhpParser\Node\Expr\FuncCall $node
* @param FuncCall $node
*
* @return string[]
*/
Expand Down

0 comments on commit 16523cf

Please sign in to comment.