Little formatting

This commit is contained in:
Yusuf Kandemir 2018-11-11 22:54:43 +03:00
parent 89dfec9e39
commit 7bba0cbaa6
1 changed files with 1 additions and 4 deletions

View File

@ -59,14 +59,11 @@ class MicrodataDOMElement extends \DOMElement
$properties[] = $token; $properties[] = $token;
} }
$properties = array_unique($properties); return array_unique($properties);
return $properties;
} }
public function getPropertyValue() public function getPropertyValue()
{ {
if ($this->hasAttribute('itemscope')) { if ($this->hasAttribute('itemscope')) {
return $this; return $this;
} }