We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2ab9f commit 32f2bf5Copy full SHA for 32f2bf5
Container.php
@@ -444,8 +444,6 @@ public static function underscore($id)
444
445
/**
446
* Creates a service by requiring its factory file.
447
- *
448
- * @return object The service created by the file
449
*/
450
protected function load($file)
451
{
Dumper/DumperInterface.php
@@ -21,9 +21,7 @@ interface DumperInterface
21
22
* Dumps the service container.
23
*
24
- * @param array $options An array of options
25
26
- * @return string The representation of the service container
+ * @return string|array The representation of the service container
27
28
public function dump(array $options = []);
29
}
0 commit comments