Completed
Push — develop ( ff5a38...e3d605 )
by Serhii
02:28
created
Provider/BaseOAuthProvider.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -40,10 +40,9 @@  discard block
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @param $url
44
-     * @param null $content
43
+     * @param string $url
45 44
      * @param $headers
46
-     * @param $method
45
+     * @param string $method
47 46
      *
48 47
      * @return mixed|\Psr\Http\Message\ResponseInterface
49 48
      */
@@ -65,7 +64,7 @@  discard block
 block discarded – undo
65 64
     }
66 65
 
67 66
     /**
68
-     * @param $url
67
+     * @param string $url
69 68
      * @param array $parameters
70 69
      *
71 70
      * @return string
Please login to merge, or discard this patch.