Completed
Pull Request — develop (#9)
by
unknown
03:52
created
src/jofner/SDK/TwitchTV/TwitchRequest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -81,6 +81,8 @@  discard block
 block discarded – undo
81 81
      * @param   string
82 82
      * @param   string
83 83
      * @param   string
84
+     * @param string|null $uri
85
+     * @param string $postfields
84 86
      * @return  \stdClass
85 87
      * @throws  \jofner\SDK\TwitchTV\TwitchException
86 88
      */
@@ -94,6 +96,7 @@  discard block
 block discarded – undo
94 96
      * @param   string
95 97
      * @param   string
96 98
      * @param   string
99
+     * @param string $uri
97 100
      * @return  \stdClass
98 101
      * @throws  \jofner\SDK\TwitchTV\TwitchException
99 102
      */
@@ -111,6 +114,7 @@  discard block
 block discarded – undo
111 114
      * @param   string
112 115
      * @param   string
113 116
      * @param   string
117
+     * @param string $uri
114 118
      * @return  \stdClass
115 119
      * @throws  \jofner\SDK\TwitchTV\TwitchException
116 120
      */
Please login to merge, or discard this patch.