Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Used {@inheritdoc} in overwritten methods
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Apr 12, 2015
1 parent 6da3998 commit 2df969a
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions module/LearnZF2I18n/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,15 @@ class Module implements
BootstrapListenerInterface
{
/**
* Returns configuration to merge with application configuration.
*
* @return array|\Traversable
* {@inheritDoc}
*/
public function getConfig()
{
return include __DIR__.'/config/module.config.php';
}

/**
* Return an array for passing to Zend\Loader\AutoloaderFactory.
*
* @return array
* {@inheritDoc}
*/
public function getAutoloaderConfig()
{
Expand All @@ -65,11 +61,7 @@ public function getAutoloaderConfig()
}

/**
* Listen to the bootstrap event.
*
* @param EventInterface $e
*
* @return array
* {@inheritDoc}
*/
public function onBootstrap(EventInterface $e)
{
Expand Down

0 comments on commit 2df969a

Please sign in to comment.