Skip to content

Commit

Permalink
Typo (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
radimvaculik authored and dg committed Oct 5, 2023
1 parent 480e76d commit b10fa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function getUntrustedValues($returnType = ArrayHash::class, ?array $contr
}


/** @eprecated use getUntrustedValues() */
/** @deprecated use getUntrustedValues() */
public function getUnsafeValues($returnType, ?array $controls = null)
{
return $this->getUntrustedValues($returnType, $controls);
Expand Down

0 comments on commit b10fa01

Please sign in to comment.