Skip to content

Commit 656efa0

Browse files
author
nod_
committed
Issue #3489416 by quietone, lavanyatalwar, shalini_jha, smustgrave, borisson_: Fix Drupal.Commenting.FunctionComment.MissingReturnComment in non-tests
1 parent d1da837 commit 656efa0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Message.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public function getText() {
108108
* The file to read. Relative paths are relative to the project directory.
109109
*
110110
* @return string[]
111+
* The message text.
111112
*/
112113
protected function getMessageFromFile($file) {
113114
return file_exists($file) ? file($file, FILE_IGNORE_NEW_LINES) : [];

0 commit comments

Comments
 (0)