Skip to content

Commit

Permalink
fix typo (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Jun 28, 2021
1 parent ac18a8c commit 0979d51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function isReturnTypeChangeAllowed(ClassMethod $classMethod): bool
// make sure return type is not protected by parent contract
$parentClassMethodReflection = $this->getParentClassMethod($classMethod);

// nothign to check
// nothing to check
if (! $parentClassMethodReflection instanceof MethodReflection) {
return true;
}
Expand Down

0 comments on commit 0979d51

Please sign in to comment.