Skip to content
Snippets Groups Projects
Commit 7ef648d2 authored by Demian Katz's avatar Demian Katz
Browse files

Improve comments.

parent 5ab7f2db
No related merge requests found
......@@ -49,7 +49,9 @@ class IlsAwareDelegatorFactory implements DelegatorFactoryInterface
* @param callable $callback Service callback
* @param array|null $options Service options
*
* @return SecureDelegator
* @return AbstractBase
*
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function __invoke(ContainerInterface $container, $name,
callable $callback, array $options = null
......
......@@ -54,6 +54,8 @@ class SecureDelegatorFactory implements DelegatorFactoryInterface
* @param array|null $options Service options
*
* @return SecureDelegator
*
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function __invoke(
ContainerInterface $container, $name, callable $callback,
......
......@@ -79,6 +79,8 @@ class Module implements \Zend\ModuleManager\Feature\ConsoleUsageProviderInterfac
* @param Console $console Console adapter
*
* @return string|null
*
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function getConsoleBanner(Console $console)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment