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 = array_unique($properties);
return $properties;
return array_unique($properties);
}
public function getPropertyValue()
{
if ($this->hasAttribute('itemscope')) {
return $this;
}