Skip to content

Commit 960f8d3

Browse files
committed
Silence deprecation notices
1 parent f7c8b05 commit 960f8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreBundle/CallbackSlugifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CallbackSlugifier extends ApiCallbackSlugifier
2222
{
2323
public function __construct($callback)
2424
{
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);
2626

2727
parent::__construct($callback);
2828
}

0 commit comments

Comments
 (0)