add parent node to node, fix type of null
This commit is contained in:
parent
483110f773
commit
021a2a6f15
5 changed files with 24 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class FakeNodeRepository implements NodeRepository
|
|||
}
|
||||
);
|
||||
if ($node === null) {
|
||||
return nullj;
|
||||
return null;
|
||||
}
|
||||
|
||||
return new Node(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue