File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 956956 'count ' => 1 ,
957957 'path ' => __DIR__ . '/system/Filters/Filters.php ' ,
958958];
959- $ ignoreErrors [] = [
960- 'message ' => '#^Method CodeIgniter \\\\Format \\\\XMLFormatter \\: \\:arrayToXML \\( \\) has no return type specified \\.$# ' ,
961- 'count ' => 1 ,
962- 'path ' => __DIR__ . '/system/Format/XMLFormatter.php ' ,
963- ];
964959$ ignoreErrors [] = [
965960 'message ' => '#^Method CodeIgniter \\\\HTTP \\\\CLIRequest \\: \\:parseCommand \\( \\) has no return type specified \\.$# ' ,
966961 'count ' => 1 ,
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ public function format($data)
5353 * @see http://www.codexworld.com/convert-array-to-xml-in-php/
5454 *
5555 * @param SimpleXMLElement $output
56+ *
57+ * @return void
5658 */
5759 protected function arrayToXML (array $ data , &$ output )
5860 {
You can’t perform that action at this time.
0 commit comments