Skip to content

Commit 5c37f6a

Browse files
[2.7] More docblock fixes
1 parent 1a65174 commit 5c37f6a

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

Dumper/GraphvizDumper.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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())

Dumper/PhpDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Variable.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)