Completed
Push — master ( 8a4daa...fd2b7f )
by Philippe
02:17
created
Classes/Service/OAuth2/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -299,7 +299,7 @@  discard block
 block discarded – undo
299 299
     /**
300 300
      * Fetch a protected ressource
301 301
      *
302
-     * @param string $protected_ressource_url Protected resource URL
302
+     * @param string $protected_resource_url Protected resource URL
303 303
      * @param array  $parameters Array of parameters
304 304
      * @param string $http_method HTTP Method to use (POST, PUT, GET, HEAD, DELETE)
305 305
      * @param array  $http_headers HTTP headers
@@ -480,7 +480,7 @@  discard block
 block discarded – undo
480 480
     /**
481 481
      * Converts the class name to camel case
482 482
      *
483
-     * @param  mixed  $grant_type  the grant type
483
+     * @param  integer  $grant_type  the grant type
484 484
      * @return string
485 485
      */
486 486
     private function convertToCamelCase($grant_type)
Please login to merge, or discard this patch.