File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,6 @@ class GraphvizDumper extends Dumper
5454 * * node.definition: The default options for services that are defined via service definition instances
5555 * * node.missing: The default options for missing services
5656 *
57- * @param array $options An array of options
58- *
5957 * @return string The dot representation of the service container
6058 */
6159 public function dump (array $ options = array ())
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ class PhpDumper extends Dumper
6262 private $ expressionLanguageProviders = array ();
6363
6464 /**
65- * @var \Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\DumperInterface
65+ * @var ProxyDumper
6666 */
6767 private $ proxyDumper ;
6868
Original file line number Diff line number Diff line change @@ -36,11 +36,6 @@ public function __construct($name)
3636 $ this ->name = $ name ;
3737 }
3838
39- /**
40- * Converts the object to a string.
41- *
42- * @return string
43- */
4439 public function __toString ()
4540 {
4641 return $ this ->name ;
You can’t perform that action at this time.
0 commit comments