Skip to content

Commit bae176e

Browse files
committed
Merge github.com:phpDocumentor/ReflectionDocBlock into release/3.x
2 parents 7a666b8 + 2d3d238 commit bae176e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/unit/DocBlock/Tags/ExampleTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ public function testExampleWithoutContent()
2020
$tag = Example::create('"example1.php"');
2121
$this->assertEquals('"example1.php"', $tag->getContent());
2222
$this->assertEquals('', $tag->getDescription());
23-
<<<<<<< b439b29756959ba1476fdfa8fff748fc39528fbc
24-
=======
2523
$this->assertEquals('example', $tag->getName());
26-
>>>>>>> Adds name to example tag
2724
}
2825

2926
/**

0 commit comments

Comments
 (0)