Completed
Push — master ( b87705...a9c0ba )
by Peter
03:21
created
src/Api/Auth.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -142,6 +142,9 @@
 block discarded – undo
142 142
         return self::$lastLogin + self::SESSION_LENGTH - time();
143 143
     }
144 144
 
145
+    /**
146
+     * @param \PeterColes\Betfair\Http\Client $request
147
+     */
145 148
     public function execute($request)
146 149
     {
147 150
         $result = $request->authHeaders()->send();
Please login to merge, or discard this patch.