We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc04e9f commit 8bb70aeCopy full SHA for 8bb70ae
src/Utils/ObjectMixin.php
@@ -25,6 +25,7 @@ final class ObjectMixin
25
*/
26
public static function getSuggestion(array $possibilities, string $value): ?string
27
{
28
+ trigger_error(__METHOD__ . '() has been renamed to Nette\Utils\ObjectHelpers::getSuggestion()', E_USER_DEPRECATED);
29
return ObjectHelpers::getSuggestion($possibilities, $value);
30
}
31
0 commit comments