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) {
9191 * Gets first child that is an instance of one of the provided classes.
9292 * Returns null if there is no match.
9393 *
94- * @param array ...$classNames
94+ * @param string ...$classNames
9595 * @return Node|null
9696 */
9797 public function getFirstChildNode (...$ classNames ) {
@@ -117,7 +117,7 @@ public function getFirstChildNode(...$classNames) {
117117 * Gets first descendant node that is an instance of one of the provided classes.
118118 * Returns null if there is no match.
119119 *
120- * @param array ...$classNames
120+ * @param string ...$classNames
121121 * @return Node|null
122122 */
123123 public function getFirstDescendantNode (...$ classNames ) {
You can’t perform that action at this time.
0 commit comments