Passed
Push — master ( ad6937...91003a )
by Joseph
04:44 queued 01:58
created
classes/subway-auth-redirect.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -78,8 +78,6 @@
 block discarded – undo
78 78
 	 * Returns the filtered redirect url for the current user.
79 79
 	 *
80 80
 	 * @param  string  $redirect_to The default redirect callback argument.
81
-	 * @param  string  $request     The default redirect request callback argument.
82
-	 * @param  integer $user        The current user logging in.
83 81
 	 * @return string               The final redirect url.
84 82
 	 */
85 83
 	public static function get_login_redirect_url( $redirect_to ) {
Please login to merge, or discard this patch.
shortcodes/subway-shortcodes.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * Class Constructor.
41 41
      *
42
-     * @return void
42
+     * @return Shortcodes
43 43
      */
44 44
     private function __construct() 
45 45
     {
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     /**
54 54
      * Instantiate our class.
55 55
      * 
56
-     * @return mixed The instance of this class.
56
+     * @return Shortcodes|null The instance of this class.
57 57
      */
58 58
     public static function instance() 
59 59
     {
Please login to merge, or discard this patch.