Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer
2017-03-12 23:45:38 +00:00
parent b053be5d88
commit 1caef6d633
4 changed files with 19 additions and 1 deletions

View File

@ -776,6 +776,9 @@ class OuroborosAPI extends Extension
$page->set_data($response);
}
/**
* @param string $type
*/
private function createItemXML(XMLWriter &$xml, $type, $item)
{
$xml->startElement($type);