mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 03:35:53 +00:00
Add return value
This commit is contained in:
parent
64124410b5
commit
f5fd1d170e
|
@ -2,7 +2,9 @@
|
|||
namespace PortableInfobox\Parser\Nodes;
|
||||
|
||||
class NodeHeader extends Node {
|
||||
|
||||
/*
|
||||
* @return array
|
||||
*/
|
||||
public function getData() {
|
||||
if ( !isset( $this->data ) ) {
|
||||
$this->data = [
|
||||
|
|
Loading…
Reference in a new issue