File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public function getFirstAncestor(...$classNames) {
91
91
* Gets first child that is an instance of one of the provided classes.
92
92
* Returns null if there is no match.
93
93
*
94
- * @param array ...$classNames
94
+ * @param string ...$classNames
95
95
* @return Node|null
96
96
*/
97
97
public function getFirstChildNode (...$ classNames ) {
@@ -117,7 +117,7 @@ public function getFirstChildNode(...$classNames) {
117
117
* Gets first descendant node that is an instance of one of the provided classes.
118
118
* Returns null if there is no match.
119
119
*
120
- * @param array ...$classNames
120
+ * @param string ...$classNames
121
121
* @return Node|null
122
122
*/
123
123
public function getFirstDescendantNode (...$ classNames ) {
You can’t perform that action at this time.
0 commit comments