Skip to content

Commit a33e8c5

Browse files
author
Greg Bowler
committed
tweak: phpstan ignore node files
1 parent e01905e commit a33e8c5

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/Node.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22
// phpcs:ignoreFile
3-
// @phpstan-ignore
43
namespace Gt\Dom;
54

65
if (version_compare(PHP_VERSION, '8.4', '>=')) {

src/Node83.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22
// phpcs:ignoreFile
3-
// @phpstan-ignore
43
namespace Gt\Dom;
54

65
use DOMNode;

src/Node84.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
// phpcs:ignoreFile
3-
// @phpstan-ignore
3+
// @phpstan-ignore classConstant.nativeTypeNotSupported
44
namespace Gt\Dom;
55

66
use DOMNode;

0 commit comments

Comments
 (0)