Skip to content

Commit abc0e65

Browse files
ycerutonicolas-grekas
authored andcommitted
Code enhancement and cleanup
1 parent 31adf72 commit abc0e65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Compiler/ServiceReferenceGraphEdge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct(ServiceReferenceGraphNode $sourceNode, ServiceRefere
3939
/**
4040
* Returns the value of the edge.
4141
*
42-
* @return ServiceReferenceGraphNode
42+
* @return string
4343
*/
4444
public function getValue()
4545
{

Tests/Dumper/PhpDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function testAddServiceInvalidServiceId()
169169

170170
/**
171171
* @dataProvider provideInvalidFactories
172-
* @expectedException Symfony\Component\DependencyInjection\Exception\RuntimeException
172+
* @expectedException \Symfony\Component\DependencyInjection\Exception\RuntimeException
173173
* @expectedExceptionMessage Cannot dump definition
174174
*/
175175
public function testInvalidFactories($factory)

0 commit comments

Comments
 (0)