There was an error while loading. Please reload this page.
1 parent 7483f4d commit a6016e3Copy full SHA for a6016e3
1 file changed
stubs/extensions/simplexml.phpstub
@@ -53,6 +53,7 @@ class SimpleXMLElement implements Traversable, Countable
53
54
final public function __construct(string $data, int $options = 0, bool $dataIsURL = false, string $namespaceOrPrefix = '', bool $isPrefix = false) {}
55
56
+ /** @psalm-ignore-nullable-return */
57
public function addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null): ?SimpleXMLElement {}
58
59
public function addAttribute(string $qualifiedName, string $value, ?string $namespace = null): void {}
0 commit comments