Skip to content

Commit

Permalink
inheritdoc => inheritDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Nikolaev committed Dec 5, 2019
1 parent 7756ab2 commit b8bf28f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DarvinConfigBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class DarvinConfigBundle extends Bundle
{
/**
* {@inheritdoc}
* {@inheritDoc}
*/
public function build(ContainerBuilder $container): void
{
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjection/Compiler/AddConfigurationsPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class AddConfigurationsPass implements CompilerPassInterface
{
/**
* {@inheritdoc}
* {@inheritDoc}
*/
public function process(ContainerBuilder $container): void
{
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjection/DarvinConfigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class DarvinConfigExtension extends Extension
{
/**
* {@inheritdoc}
* {@inheritDoc}
*/
public function load(array $configs, ContainerBuilder $container): void
{
Expand Down
6 changes: 3 additions & 3 deletions Form/Type/ConfigurationType.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ConfigurationType extends AbstractType
];

/**
* {@inheritdoc}
* {@inheritDoc}
*/
public function buildForm(FormBuilderInterface $builder, array $options): void
{
Expand All @@ -60,7 +60,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
}

/**
* {@inheritdoc}
* {@inheritDoc}
*/
public function configureOptions(OptionsResolver $resolver): void
{
Expand All @@ -76,7 +76,7 @@ public function configureOptions(OptionsResolver $resolver): void
}

/**
* {@inheritdoc}
* {@inheritDoc}
*/
public function getBlockPrefix(): string
{
Expand Down

0 comments on commit b8bf28f

Please sign in to comment.