Skip to content

Commit 3d4a6c8

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Fix CS
2 parents ecd1984 + cb40097 commit 3d4a6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AbstractType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function configureOptions(OptionsResolver $resolver)
5252
*/
5353
public function getBlockPrefix()
5454
{
55-
return StringUtil::fqcnToBlockPrefix(\get_class($this)) ?: '';
55+
return StringUtil::fqcnToBlockPrefix(static::class) ?: '';
5656
}
5757

5858
/**

0 commit comments

Comments
 (0)