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
54
54
* * node.definition: The default options for services that are defined via service definition instances
55
55
* * node.missing: The default options for missing services
56
56
*
57
- * @param array $options An array of options
58
- *
59
57
* @return string The dot representation of the service container
60
58
*/
61
59
public function dump (array $ options = array ())
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ class PhpDumper extends Dumper
62
62
private $ expressionLanguageProviders = array ();
63
63
64
64
/**
65
- * @var \Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\DumperInterface
65
+ * @var ProxyDumper
66
66
*/
67
67
private $ proxyDumper ;
68
68
Original file line number Diff line number Diff line change @@ -36,11 +36,6 @@ public function __construct($name)
36
36
$ this ->name = $ name ;
37
37
}
38
38
39
- /**
40
- * Converts the object to a string.
41
- *
42
- * @return string
43
- */
44
39
public function __toString ()
45
40
{
46
41
return $ this ->name ;
You can’t perform that action at this time.
0 commit comments