Completed
Pull Request — master (#251)
by
unknown
09:26
created
src/Yandex/OAuth/OAuthClient.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -131,7 +131,6 @@  discard block
 block discarded – undo
131 131
 
132 132
     /**
133 133
      * @param string $type
134
-     * @param string $state optional string
135 134
      *
136 135
      * @return string
137 136
      */
@@ -175,7 +174,6 @@  discard block
 block discarded – undo
175 174
      *
176 175
      * @param bool $exit indicates whether to stop the PHP script immediately or not
177 176
      * @param string $type a type of the authentication procedure
178
-     * @param string $state optional string
179 177
      * @return bool|void
180 178
      */
181 179
     public function authRedirect($exit = true, $type = self::CODE_AUTH_TYPE, $addtions = null)
Please login to merge, or discard this patch.