Skip to content

Commit 72cc5df

Browse files
committed
minor symfony#24342 removed useless PHPDoc (OskarStark)
This PR was squashed before being merged into the 2.7 branch (closes symfony#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 ------- 5ee9043 removed useless PHPDoc
2 parents fbbab43 + 5ee9043 commit 72cc5df

File tree

342 files changed

+0
-825
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

342 files changed

+0
-825
lines changed

src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ class ProxyCacheWarmer implements CacheWarmerInterface
2727
private $registry;
2828

2929
/**
30-
* Constructor.
31-
*
3230
* @param ManagerRegistry $registry A ManagerRegistry instance
3331
*/
3432
public function __construct(ManagerRegistry $registry)

src/Symfony/Bridge/Doctrine/DataFixtures/ContainerAwareLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ class ContainerAwareLoader extends Loader
3131
private $container;
3232

3333
/**
34-
* Constructor.
35-
*
3634
* @param ContainerInterface $container A ContainerInterface instance
3735
*/
3836
public function __construct(ContainerInterface $container)

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ abstract class RegisterMappingsPass implements CompilerPassInterface
9797
private $aliasMap;
9898

9999
/**
100-
* Constructor.
101-
*
102100
* The $managerParameters is an ordered list of container parameters that could provide the
103101
* name of the manager to register these namespaces and alias on. The first non-empty name
104102
* is used, the others skipped.

src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ class DbalSessionHandler implements \SessionHandlerInterface
5454
private $timeCol = 'sess_time';
5555

5656
/**
57-
* Constructor.
58-
*
5957
* @param Connection $con A connection
6058
* @param string $tableName Table name
6159
*/

src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
use Doctrine\DBAL\Logging\SQLLogger;
1717

1818
/**
19-
* DbalLogger.
20-
*
2119
* @author Fabien Potencier <[email protected]>
2220
*/
2321
class DbalLogger implements SQLLogger
@@ -29,8 +27,6 @@ class DbalLogger implements SQLLogger
2927
protected $stopwatch;
3028

3129
/**
32-
* Constructor.
33-
*
3430
* @param LoggerInterface $logger A LoggerInterface instance
3531
* @param Stopwatch $stopwatch A Stopwatch instance
3632
*/

src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ class ConsoleHandler extends AbstractProcessingHandler implements EventSubscribe
5656
);
5757

5858
/**
59-
* Constructor.
60-
*
6159
* @param OutputInterface|null $output The console output to use (the handler remains disabled when passing null
6260
* until the output is set, e.g. by using console events)
6361
* @param bool $bubble Whether the messages that are handled can bubble up the stack

src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ class ProxyDumper implements DumperInterface
4141
private $classGenerator;
4242

4343
/**
44-
* Constructor.
45-
*
4644
* @param string $salt
4745
*/
4846
public function __construct($salt = '')

src/Symfony/Bridge/Swiftmailer/DataCollector/MessageDataCollector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
use Symfony\Component\DependencyInjection\ContainerInterface;
2020

2121
/**
22-
* MessageDataCollector.
23-
*
2422
* @author Fabien Potencier <[email protected]>
2523
* @author Clément JOBEILI <[email protected]>
2624
*
@@ -33,8 +31,6 @@ class MessageDataCollector extends DataCollector
3331
private $isSpool;
3432

3533
/**
36-
* Constructor.
37-
*
3834
* We don't inject the message logger and mailer here
3935
* to avoid the creation of these objects when no emails are sent.
4036
*

src/Symfony/Bridge/Twig/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

src/Symfony/Bridge/Twig/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)

0 commit comments

Comments
 (0)