8000 remove copied author docblock · symfony/symfony@eefc578 · GitHub
[go: up one dir, main page]

Skip to content

Commit eefc578

Browse files
author
Gennadi Janzen
committed
remove copied author docblock
1 parent 124ec98 commit eefc578

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterUidTypePass.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@
1717
use Symfony\Component\DependencyInjection\ContainerBuilder;
1818
use Symfony\Component\Uid\AbstractUid;
1919

20-
/**
21-
* Registers additional validators.
22-
*
23-
* @author Benjamin Eberlei <kontakt@beberlei.de>
24-
*/
25-
class RegisterUidTypePass implements CompilerPassInterface
20+
final class RegisterUidTypePass implements CompilerPassInterface
2621
{
2722
/**
2823
* {@inheritdoc}

0 commit comments

Comments
 (0)
0