Skip to content

Commit

Permalink
Merge pull request #7 from Laragear/analysis-1bPY71
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DarkGhostHunter authored Mar 16, 2022
2 parents 91e90be + 74a4f18 commit fd970df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Tests;

use function json_encode;
use Laragear\Rut\Exceptions\EmptyRutException;
use Laragear\Rut\Exceptions\InvalidRutException;
use Laragear\Rut\Generator;
use Laragear\Rut\Rut;
use PHPUnit\Framework\TestCase;
use function json_encode;
use function serialize;
use function unserialize;

Expand Down

0 comments on commit fd970df

Please sign in to comment.