Skip to content

Commit

Permalink
add some phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
floriansemm committed Mar 1, 2017
1 parent 0e58f8b commit 49d1990
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions DataCollector/RequestCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ public function __construct(DebugLogger $logger)
}

/**
* @param Request $request
* @param Response $response
* @param \Exception|null $exception
* {@inheritdoc}
*/
public function collect(Request $request, Response $response, \Exception $exception = null)
{
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Configuration implements ConfigurationInterface
{

/**
* @return TreeBuilder
* {@inheritdoc}
*/
public function getConfigTreeBuilder()
{
Expand Down
3 changes: 1 addition & 2 deletions DependencyInjection/FSSolrExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ class FSSolrExtension extends Extension
{

/**
* @param array $configs
* @param ContainerBuilder $container
* {@inheritdoc}
*/
public function load(array $configs, ContainerBuilder $container)
{
Expand Down

0 comments on commit 49d1990

Please sign in to comment.