@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | * Method will use the input Result to replace the placeholders in $this->jsonOutput or return an array with |
111 | 111 | * the default values. |
112 | 112 | * |
113 | - * @param $result \phpbu\App\Result |
|
113 | + * @param Result $result \phpbu\App\Result |
|
114 | 114 | * @return array: will return array placeholders are replaced with correct data |
115 | 115 | */ |
116 | 116 | public function getOutput($result) : array |
@@ -194,7 +194,7 @@ discard block |
||
194 | 194 | * Simple toXml function |
195 | 195 | * |
196 | 196 | * @author Francis Lewis: https://stackoverflow.com/a/19987539 |
197 | - * @param SimpleXMLElement $object |
|
197 | + * @param \SimpleXMLElement $object |
|
198 | 198 | * @param array $data |
199 | 199 | */ |
200 | 200 | private function toXml(\SimpleXMLElement $object, array $data) |