Skip to content

Commit

Permalink
Minor code style & imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dirx committed May 16, 2020
1 parent e252eb2 commit 8c13bf4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion resources/ffigen/MultiVersionGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private function parse(string $version, string $baseUrl): void
echo " Save as ${file}" . PHP_EOL;
}

echo " Parse ..." . PHP_EOL;
echo ' Parse ...' . PHP_EOL;

// reset parser state
$this->parser = new Parser($this->config);
Expand Down
1 change: 0 additions & 1 deletion src/RdKafka/FFI/Library.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use FFI\CData;
use FFI\CType;
use FFI\Exception as FFIException;
use InvalidArgumentException;
use RdKafka\Exception as RdKafkaException;
use RuntimeException;

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

use FFI;
use PHPUnit\Framework\TestCase;
use RdKafka\FFI\Library;

/**
* @covers \RdKafka\FFI\Library
Expand Down

0 comments on commit 8c13bf4

Please sign in to comment.