Skip to content

Commit

Permalink
coding style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Dec 27, 2023
1 parent 6a4ca52 commit 4a621c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions examples/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,5 @@
*/

declare(strict_types=1);
/**
* This file is part of Swoole.
*
* @see https://www.swoole.com
* @contact [email protected]
* @license https://github.com/swoole/library/blob/master/LICENSE
*/

require_once dirname(__DIR__) . '/tests/bootstrap.php';
2 changes: 1 addition & 1 deletion src/core/Curl/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ private function setHeader(string $headerName, string $value): void
}

/**
* @throws Swoole\Curl\Exception
* @throws Exception
*/
private function setOption(int $opt, mixed $value): bool
{
Expand Down

0 comments on commit 4a621c9

Please sign in to comment.