Skip to content

Commit 05c2ca7

Browse files
committed
phpstan used
1 parent 7c90a57 commit 05c2ca7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/Configuration.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public function getAccessToken()
211211
/**
212212
* Sets boolean format for query string.
213213
*
214-
* @param string $booleanFormatForQueryString Boolean format for query string
214+
* @param string $booleanFormat Boolean format for query string
215215
*
216216
* @return $this
217217
*/
@@ -484,9 +484,10 @@ public function getHostSettings()
484484
/**
485485
* Returns URL based on host settings, index and variables
486486
*
487-
* @param array $hostSettings array of host settings, generated from getHostSettings() or equivalent from the API clients
488-
* @param int $hostIndex index of the host settings
489-
* @param array|null $variables hash of variable and the corresponding value (optional)
487+
* @param array $hostsSettings array of host settings, generated from getHostSettings() or equivalent from the API clients
488+
* @param int $hostIndex index of the host settings
489+
* @param array|null $variables hash of variable and the corresponding value (optional)
490+
*
490491
* @return string URL based on host settings
491492
*/
492493
public static function getHostString(array $hostsSettings, $hostIndex, array $variables = null)

lib/ObjectSerializer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ public static function serializeCollection(array $collection, $style, $allowColl
402402
* @param mixed $data object or primitive to be deserialized
403403
* @param string $class class name is passed as a string
404404
* @param string[] $httpHeaders HTTP headers
405-
* @param string $discriminator discriminator if polymorphism is used
406405
*
407406
* @return object|array|null a single or an array of $class instances
408407
*/

0 commit comments

Comments
 (0)