Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka authored and github-actions[bot] committed Jan 17, 2024
1 parent fd56876 commit 928aeb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Compute/v2/Models/Keypair.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Keypair extends OperatorResource implements Listable, Retrievable, Deletab

/**
* @var string
*
* @deprecated Left for backward compatibility only. It is not retrieved from the API.
*/
public $id;
Expand Down
4 changes: 2 additions & 2 deletions src/Compute/v2/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ public function createFlavor(array $options = []): Flavor
/**
* List images.
*
* @param array $options {@see \OpenStack\Compute\v2\Api::getImages}
* @param callable|null $mapFn a callable function that will be invoked on every iteration of the list
* @param array $options {@see \OpenStack\Compute\v2\Api::getImages}
* @param callable|null $mapFn a callable function that will be invoked on every iteration of the list
*
* @return \Generator<mixed, \OpenStack\Compute\v2\Models\Image>
*/
Expand Down

0 comments on commit 928aeb5

Please sign in to comment.