Skip to content

Commit 9101d62

Browse files
committed
Fix CS
1 parent 0ddc9bf commit 9101d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form/EventListener/MergeDoctrineCollectionListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function onSubmit(FormEvent $event)
7373
*/
7474
public function onBind(FormEvent $event)
7575
{
76-
if (__CLASS__ === \get_class($this)) {
76+
if (__CLASS__ === static::class) {
7777
$this->bc = false;
7878
} else {
7979
// parent::onBind() has been called

0 commit comments

Comments
 (0)