Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and ondrejmirtes committed Jun 18, 2022
1 parent fe2caa2 commit 518b413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Type/Php/SprintfFunctionDynamicReturnTypeExtension.php
Expand Up @@ -84,7 +84,7 @@ public function getTypeFromFunctionCall(
}

try {
if ($functionReflection->getName() === 'sprtinf') {
if ($functionReflection->getName() === 'sprintf') {
$value = @sprintf($format, ...$values);
} else {
$value = @vsprintf($format, $values);
Expand Down

0 comments on commit 518b413

Please sign in to comment.