We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07973db commit f662181Copy full SHA for f662181
1 file changed
phpdotnet/phd/Reader/Partial.php
@@ -31,7 +31,7 @@ public function read(): bool {
31
static $arraySkip = array();
32
33
while($ret = parent::read()) {
34
- $id = $this->getAttributeNs("id", self::XMLNS_XML);
+ $id = $this->getAttributeNs("id", self::XMLNS_XML) ?? '';
35
$currentPartial = end($arrayPartial);
36
$currentSkip = end($arraySkip);
37
if (isset($this->partial[$id])) {
0 commit comments