Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e01905e

Browse files
author
Greg Bowler
committedJan 2, 2025··
tweak: phpstan ignore node files
1 parent f33e02e commit e01905e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎src/Node.php

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

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

‎src/Node83.php

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

66
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-file
3+
// @phpstan-ignore
44
namespace Gt\Dom;
55

66
use DOMNode;

0 commit comments

Comments
 (0)
Please sign in to comment.