Completed
Push — devel ( cac778...cbc34f )
by Philippe
26s queued 13s
created
src/services/Oauth.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -85,6 +85,7 @@
 block discarded – undo
85 85
 
86 86
     /**
87 87
      * @param mixed $config
88
+     * @param \yii\base\Module|null $module
88 89
      * @return array Oauth server configuration
89 90
      * @since 1.0.0
90 91
      */
Please login to merge, or discard this patch.
src/controllers/AuthorizeController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -326,7 +326,7 @@
 block discarded – undo
326 326
     /**
327 327
      * Display an error page
328 328
      *
329
-     * @return Response | string
329
+     * @return string | string
330 330
      * @since 1.0.0
331 331
      */
332 332
     public function actionError()
Please login to merge, or discard this patch.