Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jenky committed Jul 7, 2023
1 parent 98c494f commit 862d4e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.15",
"guzzlehttp/guzzle": "^7.5",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/PoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ public function test_factory(): void
{
$this->expectException(UnsupportedException::class);

$pool = PoolFactory::create(new NullConnector());
PoolFactory::create(new NullConnector());
}
}

0 comments on commit 862d4e8

Please sign in to comment.