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 d5859d4 commit eae4f49
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 eae4f49

Please sign in to comment.