Some formatting
This commit is contained in:
@@ -134,7 +134,8 @@ class MicrodataDOMElement extends \DOMElement
|
||||
return $childNodes;
|
||||
}
|
||||
|
||||
public function tokenizeAttribute($attributeName) {
|
||||
public function tokenizeAttribute($attributeName)
|
||||
{
|
||||
$attribute = [];
|
||||
|
||||
if ($this->hasAttribute($attributeName)) {
|
||||
|
Reference in New Issue
Block a user