Skip to content

Commit b41d7f8

Browse files
committed
Add another test case for line-length sniff
1 parent 4b37d53 commit b41d7f8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/fixtures/line-length.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,12 @@ public function render()
7474
}
7575
}
7676

77+
/**
78+
* @link https://foo.example.com/some-path/to/#a-page-that-co0ntains-some-important-information-that-you-should-really-look-at
79+
*
80+
* @return string
81+
*/
82+
function longComment() {
83+
return;
84+
}
85+

0 commit comments

Comments
 (0)