Completed
Push — master ( 9e6d0f...618fd0 )
by Freek
01:11
created
src/GoogleCalendarFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
         return self::createCalendarClient($service, $calendarId);
19 19
     }
20 20
 
21
+    /**
22
+     * @param string $pathToCredentials
23
+     */
21 24
     public static function createAuthenticatedGoogleClient($pathToCredentials): Google_Client
22 25
     {
23 26
         $client = new Google_Client;
Please login to merge, or discard this patch.