Skip to content

Commit

Permalink
tweak: fix php doc
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Nov 25, 2024
1 parent cc1fb1d commit 82c0d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DocumentBinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ public function bindListCallback(
);
}

// @phpstan-ignore varTag.nativeType
public function cleanupDocument():void {

Check failure on line 162 in src/DocumentBinder.php

View workflow job for this annotation

GitHub Actions / phpstan

No error with identifier varTag.nativeType is reported on line 162.
/**
* @phpstan-ignore-next-line
* @var Attr[] $xpathResult
*/
$xpathResult = $this->document->evaluate(

Check failure on line 166 in src/DocumentBinder.php

View workflow job for this annotation

GitHub Actions / phpstan

PHPDoc tag @var with type array<Gt\Dom\Attr> is not subtype of native type Gt\Dom\XPathResult.
Expand Down

0 comments on commit 82c0d68

Please sign in to comment.