Completed
Push — master ( 0d4b0a...562840 )
by Justin
03:15
created
src/PageApi.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
      * Get a particular page from the api.
39 39
      *
40 40
      * @param  string $path path of the page
41
-     * @return array|false
41
+     * @return \Psr\Http\Message\ResponseInterface|null
42 42
      */
43 43
     public function getPage($path)
44 44
     {
@@ -48,6 +48,8 @@  discard block
 block discarded – undo
48 48
     /**
49 49
      * Call a particular api endpoint.
50 50
      *
51
+     * @param string $method
52
+     * @param string $url
51 53
      * @return \Psr\Http\Message\ResponseInterface
52 54
      */
53 55
     public function call($method, $url)
Please login to merge, or discard this patch.