Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 16, 2022
1 parent 76f199b commit 5552453
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rules/Arguments/NodeAnalyzer/ChangedArgumentsDetector.php
Expand Up @@ -19,10 +19,7 @@ public function __construct(
) {
}

/**
* @param mixed $value
*/
public function isDefaultValueChanged(Param $param, $value): bool
public function isDefaultValueChanged(Param $param, mixed $value): bool
{
if ($param->default === null) {
return false;
Expand Down

0 comments on commit 5552453

Please sign in to comment.