Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Jan 23, 2024
1 parent af82a64 commit f588470
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/CaBundleFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static function find(): ?string

$finder = static::getFinder();

$file =$finder();
$file = $finder();

if (file_exists($file)) {
return $file;
Expand Down
2 changes: 0 additions & 2 deletions test/HttpClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
use Windwalker\Http\Test\Mock\MockTransport;
use Windwalker\Http\Transport\CurlTransport;
use Windwalker\Promise\Promise;
use Windwalker\Promise\Scheduler\TaskQueue;
use Windwalker\Test\Traits\BaseAssertionTrait;
use Windwalker\Uri\Uri;
use Windwalker\Uri\UriHelper;

use Windwalker\Utilities\Str;

use function Windwalker\Uri\uri_prepare;
Expand Down

0 comments on commit f588470

Please sign in to comment.