-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements regarding codacy issues
- Loading branch information
1 parent
70cb8d9
commit c567307
Showing
4 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ class DomNodeListValidator | |
private ?DOMNode $contextNode; | ||
|
||
/** | ||
* @var DOMNodeList|false|mixed The node list result of XPath query | ||
* @var DOMNodeList|false The node list result of XPath query | ||
*/ | ||
private DOMNodeList $nodeList; | ||
Check failure on line 58 in Classes/Validation/Dom/DomNodeListValidator.php GitHub Actions / Static Code Analysis
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ | |
*/ | ||
class DomNodeValidator | ||
{ | ||
|
||
/** | ||
* @var DOMXPath The XPath of document to validate | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters