Skip to content

Commit

Permalink
docs: replace type mixed in format class.
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-yee committed Apr 25, 2023
1 parent 6c346b6 commit 9c3bf38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/Format/JSONFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class JSONFormatter implements FormatterInterface
/**
* Takes the given data and formats it.
*
* @param mixed $data
* @param array|bool|float|int|object|string|null $data
*
* @return false|string (JSON string | false)
*/
Expand Down
2 changes: 1 addition & 1 deletion system/Format/XMLFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class XMLFormatter implements FormatterInterface
/**
* Takes the given data and formats it.
*
* @param mixed $data
* @param array|bool|float|int|object|string|null $data
*
* @return false|string (XML string | false)
*/
Expand Down

0 comments on commit 9c3bf38

Please sign in to comment.