Skip to content

Commit

Permalink
Merge pull request #7 from WeareJH/fix-type-mismatch
Browse files Browse the repository at this point in the history
Fix type mismatch for block annotation
  • Loading branch information
maxbucknell committed May 27, 2019
2 parents 29c164b + cd78bb9 commit c109a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/View/Element/BlockInterfacePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function aroundToHtml(

return $this->annotator->annotateBlock(
$name,
$result,
$result ?? '',
$subject
);
}
Expand Down

0 comments on commit c109a56

Please sign in to comment.