Skip to content

Commit b96bd2e

Browse files
committed
Fix line number in throw type extension test
1 parent 3fd0dff commit b96bd2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PHPStan/Rules/Exceptions/DomDocumentCreateElementThrowTypeExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function testRule(): void
3838
],
3939
[
4040
'Method Bug13792\Foo::unions() throws checked exception DOMException but it\'s missing from the PHPDoc @throws tag.',
41-
36,
41+
35,
4242
],
4343
]);
4444
}

0 commit comments

Comments
 (0)