Said it could return null, when that was not possible.
This commit is contained in:
dantleech 2018-04-22 16:16:01 +02:00
Родитель 3811d27e0b
Коммит 7d369c2ada
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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) {