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 0ddc9bf commit 9101d62Copy full SHA for 9101d62
Form/EventListener/MergeDoctrineCollectionListener.php
@@ -73,7 +73,7 @@ public function onSubmit(FormEvent $event)
73
*/
74
public function onBind(FormEvent $event)
75
{
76
- if (__CLASS__ === \get_class($this)) {
+ if (__CLASS__ === static::class) {
77
$this->bc = false;
78
} else {
79
// parent::onBind() has been called
0 commit comments