Skip to content

Commit 94f3142

Browse files
committed
minor #24342 removed useless PHPDoc (OskarStark)
This PR was squashed before being merged into the 2.7 branch (closes #24342). Discussion ---------- removed useless PHPDoc | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | n/a Commits ------- 5ee9043d8b removed useless PHPDoc
2 parents 2fc9fcd + d2998a6 commit 94f3142

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)