Skip to content

Commit eae4f49

Browse files
radimvaculikdg
authored andcommitted
Typo (#310)
1 parent d5859d4 commit eae4f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Forms/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function getUntrustedValues(string|object|null $returnType, ?array $contr
173173
}
174174

175175

176-
/** @eprecated use getUntrustedValues() */
176+
/** @deprecated use getUntrustedValues() */
177177
public function getUnsafeValues($returnType, ?array $controls = null)
178178
{
179179
trigger_error(__METHOD__ . '() was renamed to getUntrustedValues()', E_USER_DEPRECATED);

0 commit comments

Comments
 (0)