Skip to content

Commit

Permalink
fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
yzen-dev committed Jun 15, 2023
1 parent c073a55 commit 180394c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Reflection/CacheReflectionProperty.php
Expand Up @@ -42,7 +42,7 @@ public function notTransform(): bool
{
return $this->notTransform;
}

/**
* @param string $name
*
Expand Down
2 changes: 1 addition & 1 deletion src/TransformUtils.php
Expand Up @@ -70,7 +70,7 @@ public static function mutationSetterToCamelCase(string $key): string
}

/**
* @param string|bool $phpDoc
* @param string $phpDoc
*
* @return string|null
*/
Expand Down

0 comments on commit 180394c

Please sign in to comment.