Little formatting
This commit is contained in:
parent
89dfec9e39
commit
7bba0cbaa6
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user