Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6670722

Browse files
committed
Merge branch '2.2' into 2.3
2 parents 328a9d2 + c392885 commit 6670722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/DocBlock/LineTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function testPosAndContent($pos, $content)
134134
*
135135
* @dataProvider provideLines
136136
*/
137-
public function testStarOrEndPos($pos)
137+
public function testStartOrEndPos($pos)
138138
{
139139
$doc = new DocBlock(self::$sample);
140140
$line = $doc->getLine($pos);

0 commit comments

Comments
 (0)