Skip to content

Commit 32f2bf5

Browse files
[HttpKernel] Fix return type declarations
1 parent 2e2ab9f commit 32f2bf5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Container.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,6 @@ public static function underscore($id)
444444

445445
/**
446446
* Creates a service by requiring its factory file.
447-
*
448-
* @return object The service created by the file
449447
*/
450448
protected function load($file)
451449
{

Dumper/DumperInterface.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ interface DumperInterface
2121
/**
2222
* Dumps the service container.
2323
*
24-
* @param array $options An array of options
25-
*
26-
* @return string The representation of the service container
24+
* @return string|array The representation of the service container
2725
*/
2826
public function dump(array $options = []);
2927
}

0 commit comments

Comments
 (0)