Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gehrisandro committed Jun 7, 2024
1 parent 724e4b2 commit 8ad051b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ final class Factory
*/
private ?string $organization = null;

/**
/**
* The project for the requests.
*/
private ?string $project = null;

/**
* The HTTP client for the requests.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/OpenAI.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ final class OpenAI
/**
* Creates a new Open AI Client with the given API token.
*/
public static function client(string $apiKey, ?string $organization = null, ?string $project = null): Client
public static function client(string $apiKey, ?string $organization = null, ?string $project = null): Client
{
return self::factory()
->withApiKey($apiKey)
Expand Down

0 comments on commit 8ad051b

Please sign in to comment.