Skip to content

Commit

Permalink
Soothe sa
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Nov 14, 2021
1 parent a5c0791 commit 9ff3f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpQueryModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct(iterable $configs, ?AbstractModule $module = null)

protected function configure(): void
{
/** @var string $binding */
/** @var class-string $binding */
foreach ($this->configs as $name => $binding) {
$this->bindQuery($name, $binding);
$this->bind()->annotatedWith($name)->to($binding);
Expand Down

0 comments on commit 9ff3f8f

Please sign in to comment.