Completed
Push — master ( 0f2278...ade6af )
by AJ
05:52
created
src/Auth/ShopifyAuthAuthenticate.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
 	/**
74 74
 	 * @param Request $request
75 75
 	 * @param Response $response
76
-	 * @return null|Response
76
+	 * @return null|string
77 77
 	 */
78 78
     public function unauthenticated(Request $request, Response $response)
79 79
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     }
185 185
 
186 186
 	/**
187
-	 * @return Router
187
+	 * @return string
188 188
 	 */
189 189
     private function _generateLoginUrl()
190 190
     {
Please login to merge, or discard this patch.
src/Controller/Component/ShopifyDatabaseComponent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     }
82 82
 
83 83
     /**
84
-     * @param string $accesstoken
84
+     * @param string $accessToken
85 85
      * @param int $shopId
86 86
      * @param string $apiKey
87 87
      * @return array|bool
Please login to merge, or discard this patch.