coding standards

This commit is contained in:
David Remer 2020-08-31 13:27:18 +03:00
parent 42930b48be
commit a6d3574a0e
2 changed files with 32 additions and 24 deletions

View file

@ -29,7 +29,7 @@ class PluginModule implements ModuleInterface {
/**
* Runs the module.
*
* @param ContainerInterface $container
* @param ContainerInterface $container The Container.
*/
public function run( ContainerInterface $container ) {
// TODO: Implement run() method.