Skip to content

Commit

Permalink
Remove tautological comments (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Mar 27, 2024
1 parent dcb2981 commit 553a96f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
8 changes: 0 additions & 8 deletions src/DependencyInjection/Configuration.php
Expand Up @@ -19,16 +19,8 @@
use function strtoupper;
use function substr;

/**
* DoctrineMigrationsExtension configuration structure.
*/
class Configuration implements ConfigurationInterface
{
/**
* Generates the configuration tree.
*
* @return TreeBuilder The config tree builder
*/
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('doctrine_migrations');
Expand Down
8 changes: 0 additions & 8 deletions src/DependencyInjection/DoctrineMigrationsExtension.php
Expand Up @@ -30,9 +30,6 @@
use function strlen;
use function substr;

/**
* DoctrineMigrationsExtension.
*/
class DoctrineMigrationsExtension extends Extension
{
/**
Expand Down Expand Up @@ -188,11 +185,6 @@ private function registerCollector(ContainerBuilder $container): void
$container->setDefinition('doctrine_migrations.migrations_collector', $collectorDefinition);
}

/**
* Returns the base path for the XSD files.
*
* @return string The XSD base path
*/
public function getXsdValidationBasePath(): string
{
return __DIR__ . '/../../config/schema';
Expand Down
3 changes: 0 additions & 3 deletions src/DoctrineMigrationsBundle.php
Expand Up @@ -10,9 +10,6 @@

use function dirname;

/**
* Bundle.
*/
class DoctrineMigrationsBundle extends Bundle
{
/** @return void */
Expand Down

0 comments on commit 553a96f

Please sign in to comment.