Failed Conditions
Push — future/ConfuenceWrapper ( 07e591...c4d11e )
by
unknown
08:15
created
src/ConfluenceImporter/Service/Confluence.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@  discard block
 block discarded – undo
74 74
         }
75 75
     }
76 76
 
77
+    /**
78
+     * @param string $key
79
+     */
77 80
     public function getPageId($key, PageInterface $page) //TODO::Change for private method
78 81
     {
79 82
         $headers = [
@@ -178,7 +181,7 @@  discard block
 block discarded – undo
178 181
 
179 182
     /**
180 183
      * @param $headers
181
-     * @param $body
184
+     * @param string $body
182 185
      * @return Request
183 186
      */
184 187
     private function getRequest($headers, $body)
Please login to merge, or discard this patch.