Skip to content

Commit da737a2

Browse files
Merge branch 'master' of https://github.com/stefanak-michal/Bolt
2 parents f1146ee + d891450 commit da737a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Unpacker.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ private function unpackStruct(int $marker, bool &$result = false)
130130
}
131131

132132
$marker = ord($this->next(1));
133+
$result = false;
133134

134135
$output = $this->unpackNode($marker, $result);
135136
if ($result) {

0 commit comments

Comments
 (0)