Skip to content

Commit

Permalink
Fix phpdoc handle_factory array (#2919)
Browse files Browse the repository at this point in the history
  • Loading branch information
BafS committed Sep 5, 2021
1 parent 4b9cf8a commit 2d77dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Handler/CurlHandler.php
Expand Up @@ -24,9 +24,9 @@ class CurlHandler
/**
* Accepts an associative array of options:
*
* - factory: Optional curl factory used to create cURL handles.
* - handle_factory: Optional curl factory used to create cURL handles.
*
* @param array $options Array of options to use with the handler
* @param array{handle_factory?: ?CurlFactoryInterface} $options Array of options to use with the handler
*/
public function __construct(array $options = [])
{
Expand Down

0 comments on commit 2d77dc5

Please sign in to comment.