diff --git a/src/PhpPact/FFI/Client.php b/src/PhpPact/FFI/Client.php index b2d746a2..d61cb01a 100644 --- a/src/PhpPact/FFI/Client.php +++ b/src/PhpPact/FFI/Client.php @@ -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; diff --git a/tests/PhpPact/FFI/ClientTest.php b/tests/PhpPact/FFI/ClientTest.php index dec30d3f..7baec03b 100644 --- a/tests/PhpPact/FFI/ClientTest.php +++ b/tests/PhpPact/FFI/ClientTest.php @@ -2,7 +2,6 @@ namespace PhpPactTest\FFI; -use FFI; use PhpPact\FFI\Client; use PhpPact\FFI\ClientInterface; use PHPUnit\Framework\Attributes\TestWith;