Completed
Pull Request — master (#103)
by
unknown
03:34
created
src/Log/Webhook.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.