Skip to content

Commit 65dd18c

Browse files
Merge branch '2.7' into 2.8
* 2.7: Docblock fixes
2 parents 1a3c28d + 56d20a6 commit 65dd18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/CodeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public function formatFile($file, $line, $text = null)
193193
* @param string $file An absolute file path
194194
* @param int $line The line number
195195
*
196-
* @return string A link of false
196+
* @return string|false A link or false
197197
*/
198198
public function getFileLink($file, $line)
199199
{

0 commit comments

Comments
 (0)