Skip to content

Commit

Permalink
Fixed invalid types
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Mar 9, 2021
1 parent aebca84 commit 1544811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Block/BlockContextInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function getSetting($name);
public function setSetting($name, $value);

/**
* @return string
* @return string|false|null
*/
public function getTemplate();
}

0 comments on commit 1544811

Please sign in to comment.