Skip to content

Commit e21eee8

Browse files
committed
Remove nullable return type hint for PHP 7.0
1 parent af8ea9d commit e21eee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UnifiedSpecTests/EntityMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function getLogicalSessionId(string $sessionId) : stdClass
153153
return $this->lsidsBySession[$sessionId];
154154
}
155155

156-
public function getRootClientIdOf(string $id) : ?string
156+
public function getRootClientIdOf(string $id)
157157
{
158158
$root = $this->map[$id]->getRoot();
159159

0 commit comments

Comments
 (0)