Skip to content

Commit abcde67

Browse files
authored
Merge pull request #6729 from kenjis/fix-phpdoc-FormatterInterface
docs: fix `@return` type in FormatterInterface
2 parents 1571861 + dd02faf commit abcde67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Format/FormatterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface FormatterInterface
2121
*
2222
* @param array|string $data
2323
*
24-
* @return bool|string
24+
* @return false|string
2525
*/
2626
public function format($data);
2727
}

0 commit comments

Comments
 (0)