Skip to content

Commit

Permalink
[HttpKernel] Fix return type declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Aug 26, 2019
1 parent 2e2ab9f commit 32f2bf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,6 @@ public static function underscore($id)

/**
* Creates a service by requiring its factory file.
*
* @return object The service created by the file
*/
protected function load($file)
{
Expand Down
4 changes: 1 addition & 3 deletions Dumper/DumperInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ interface DumperInterface
/**
* Dumps the service container.
*
* @param array $options An array of options
*
* @return string The representation of the service container
* @return string|array The representation of the service container
*/
public function dump(array $options = []);
}

0 comments on commit 32f2bf5

Please sign in to comment.