Skip to content

Commit

Permalink
Typo (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
radimvaculik authored Aug 22, 2023
1 parent 8e9b776 commit 2810cb0
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 @@ -173,7 +173,7 @@ public function getUntrustedValues(string|object|null $returnType, ?array $contr
}


/** @eprecated use getUntrustedValues() */
/** @deprecated use getUntrustedValues() */
public function getUnsafeValues($returnType, ?array $controls = null)
{
trigger_error(__METHOD__ . '() was renamed to getUntrustedValues()', E_USER_DEPRECATED);
Expand Down

0 comments on commit 2810cb0

Please sign in to comment.