Skip to content

Commit 40f32f5

Browse files
committed
docs: fix @return in Format
1 parent 07a04f3 commit 40f32f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Format/XMLFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class XMLFormatter implements FormatterInterface
2525
*
2626
* @param mixed $data
2727
*
28-
* @return bool|string (XML string | false)
28+
* @return false|string (XML string | false)
2929
*/
3030
public function format($data)
3131
{

0 commit comments

Comments
 (0)