Skip to content

Commit 553a96f

Browse files
authored
Remove tautological comments (#539)
1 parent dcb2981 commit 553a96f

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,8 @@
1919
use function strtoupper;
2020
use function substr;
2121

22-
/**
23-
* DoctrineMigrationsExtension configuration structure.
24-
*/
2522
class Configuration implements ConfigurationInterface
2623
{
27-
/**
28-
* Generates the configuration tree.
29-
*
30-
* @return TreeBuilder The config tree builder
31-
*/
3224
public function getConfigTreeBuilder(): TreeBuilder
3325
{
3426
$treeBuilder = new TreeBuilder('doctrine_migrations');

src/DependencyInjection/DoctrineMigrationsExtension.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
use function strlen;
3131
use function substr;
3232

33-
/**
34-
* DoctrineMigrationsExtension.
35-
*/
3633
class DoctrineMigrationsExtension extends Extension
3734
{
3835
/**
@@ -188,11 +185,6 @@ private function registerCollector(ContainerBuilder $container): void
188185
$container->setDefinition('doctrine_migrations.migrations_collector', $collectorDefinition);
189186
}
190187

191-
/**
192-
* Returns the base path for the XSD files.
193-
*
194-
* @return string The XSD base path
195-
*/
196188
public function getXsdValidationBasePath(): string
197189
{
198190
return __DIR__ . '/../../config/schema';

src/DoctrineMigrationsBundle.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
use function dirname;
1212

13-
/**
14-
* Bundle.
15-
*/
1613
class DoctrineMigrationsBundle extends Bundle
1714
{
1815
/** @return void */

0 commit comments

Comments
 (0)