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