Skip to content

Commit dd02faf

Browse files
committed
docs: fix @return type
1 parent 1571861 commit dd02faf

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)