Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Oct 13, 2023
1 parent 3eab90b commit 32faa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functions/ArrayGetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace DmitryIvanov\DarkSkyApi\Tests\Functions;

use function DmitryIvanov\DarkSkyApi\array_get;
use DmitryIvanov\DarkSkyApi\Tests\TestCase;
use function DmitryIvanov\DarkSkyApi\array_get;

class ArrayGetTest extends TestCase
{
Expand Down

0 comments on commit 32faa79

Please sign in to comment.