Skip to content

Commit d2998a6

Browse files
OskarStarkfabpot
authored andcommitted
removed useless PHPDoc
1 parent 8121087 commit d2998a6

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Extension/CodeExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class CodeExtension extends AbstractExtension
2626
private $charset;
2727

2828
/**
29-
* Constructor.
30-
*
3129
* @param string $fileLinkFormat The format for links to source files
3230
* @param string $rootDir The project root directory
3331
* @param string $charset The charset

Extension/HttpKernelExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class HttpKernelExtension extends AbstractExtension
2626
private $handler;
2727

2828
/**
29-
* Constructor.
30-
*
3129
* @param FragmentHandler $handler A FragmentHandler instance
3230
*/
3331
public function __construct(FragmentHandler $handler)

NodeVisitor/TranslationDefaultDomainNodeVisitor.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
use Twig\NodeVisitor\AbstractNodeVisitor;
2727

2828
/**
29-
* TranslationDefaultDomainNodeVisitor.
30-
*
3129
* @author Fabien Potencier <[email protected]>
3230
*/
3331
class TranslationDefaultDomainNodeVisitor extends AbstractNodeVisitor
@@ -37,9 +35,6 @@ class TranslationDefaultDomainNodeVisitor extends AbstractNodeVisitor
3735
*/
3836
private $scope;
3937

40-
/**
41-
* Constructor.
42-
*/
4338
public function __construct()
4439
{
4540
$this->scope = new Scope();

0 commit comments

Comments
 (0)