Fixed docblock
Said it could return null, when that was not possible.
This commit is contained in:
Родитель
3811d27e0b
Коммит
7d369c2ada
|
@ -433,7 +433,7 @@ abstract class Node implements \JsonSerializable {
|
|||
* Searches descendants to find a Node at the given position.
|
||||
*
|
||||
* @param $pos
|
||||
* @return Node|null
|
||||
* @return Node
|
||||
*/
|
||||
public function getDescendantNodeAtPosition(int $pos) {
|
||||
foreach ($this->getChildNodes() as $child) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче