Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Merge eff6fff into bd7a5f7
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Dec 19, 2018
2 parents bd7a5f7 + eff6fff commit fb33eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoreBundle/Serializer/SerializerHandlerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace Sonata\CoreBundle\Serializer;

if (!class_exists(\Sonata\Serializer\SerializerHandlerInterface::class, false)) {
if (!interface_exists(\Sonata\Serializer\SerializerHandlerInterface::class, false)) {
@trigger_error(
'The '.__NAMESPACE__.'\SerializerHandlerInterface class is deprecated since version 3.x and will be removed in 4.0.'
.' Use Sonata\Serializer\SerializerHandlerInterface instead.',
Expand Down

0 comments on commit fb33eee

Please sign in to comment.