We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a43018a + 9c3bf38 commit fe7e2e4Copy full SHA for fe7e2e4
system/Format/JSONFormatter.php
@@ -22,7 +22,7 @@ class JSONFormatter implements FormatterInterface
22
/**
23
* Takes the given data and formats it.
24
*
25
- * @param mixed $data
+ * @param array|bool|float|int|object|string|null $data
26
27
* @return false|string (JSON string | false)
28
*/
system/Format/XMLFormatter.php
@@ -23,7 +23,7 @@ class XMLFormatter implements FormatterInterface
* @return false|string (XML string | false)
29
0 commit comments