Skip to content

Commit

Permalink
chore: Remove old imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Sep 25, 2024
1 parent 72ab9f8 commit dfdf034
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/PhpPact/FFI/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
use PhpPact\FFI\Exception\HeaderNotReadException;
use PhpPact\FFI\Exception\InvalidEnumException;
use PhpPact\FFI\Exception\InvalidResultException;
use PhpPact\FFI\Exception\MethodNotExistException;
use PhpPact\FFI\Exception\PropertyNotExistException;
use PhpPact\FFI\Model\Result;
use PhpPact\Standalone\Installer\Model\Scripts;

Expand Down
1 change: 0 additions & 1 deletion tests/PhpPact/FFI/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace PhpPactTest\FFI;

use FFI;
use PhpPact\FFI\Client;
use PhpPact\FFI\ClientInterface;
use PHPUnit\Framework\Attributes\TestWith;
Expand Down

0 comments on commit dfdf034

Please sign in to comment.