You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CoreBundle/CallbackSlugifier.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ class CallbackSlugifier extends ApiCallbackSlugifier
22
22
{
23
23
publicfunction__construct($callback)
24
24
{
25
-
trigger_error('The '.__CLASS__.' is deprecated as of version 1.0 and will be removed in 2.0. Use Symfony\Cmf\Api\Slugifier\CallbackSlugifier instead.', E_USER_DEPRECATED);
25
+
@trigger_error('The '.__CLASS__.' is deprecated as of version 1.0 and will be removed in 2.0. Use Symfony\Cmf\Api\Slugifier\CallbackSlugifier instead.', E_USER_DEPRECATED);
0 commit comments