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 c189691 commit 8b34d8dCopy full SHA for 8b34d8d
src/State/ObjectMapper/ObjectMapper.php
@@ -17,7 +17,7 @@
17
use Symfony\Component\ObjectMapper\ObjectMapperAwareInterface;
18
use Symfony\Component\ObjectMapper\ObjectMapperInterface;
19
20
-if (class_exists(ObjectMapperAwareInterface::class)) {
+if (false === class_exists(ObjectMapperAwareInterface::class)) {
21
final class ObjectMapper implements ObjectMapperInterface
22
{
23
public function __construct(private ObjectMapperInterface $decorated)
0 commit comments