The function element in Containter can return null. Where the docblock tells it should only return Element type. See the call to return $this->webDriverElement($results['value']); at line 77. webDriverElement can return null next to Element. This is inconsistent.