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 592dd19 commit 65f3d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class Configuration implements ConfigurationInterface
{
/**
* {@inheritdoc}
* {@inheritDoc}
*/
public function getConfigTreeBuilder()
{
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjection/DarvinDatabaserExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class DarvinDatabaserExtension extends Extension
{
/**
* {@inheritdoc}
* {@inheritDoc}
*/
public function load(array $configs, ContainerBuilder $container)
{
Expand Down

0 comments on commit 65f3d3e

Please sign in to comment.