Skip to content

Commit

Permalink
revert "move psalm to development dependnecies"
Browse files Browse the repository at this point in the history
This reverts commit 30993c5.
  • Loading branch information
azjezz committed Jan 8, 2022
1 parent 30993c5 commit 99304b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
],
"require": {
"php": "^7.4 || ^8.0"
"php": "^7.4 || ^8.0",
"vimeo/psalm": "^4.6"
},
"require-dev": {
"vimeo/psalm": "^4.6",
"friendsofphp/php-cs-fixer": "^2.18",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.5"
Expand Down Expand Up @@ -52,4 +52,4 @@
}
},
"minimum-stability": "dev"
}
}
2 changes: 1 addition & 1 deletion src/Argument.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final class Argument
{
/**
* @param list<PhpParser\Node\Arg> $arguments
* @param int<0, max> $index
* @param 0|positive-int $index
*/
public static function getType(
array $arguments,
Expand Down

0 comments on commit 99304b6

Please sign in to comment.