Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit bd2c556

Browse files
author
Diego Moreno Quinteiro
committed
Fix codestyle on InstantArticles:getMetaTags
1 parent 474e1fe commit bd2c556

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Facebook/InstantArticles/Elements/InstantArticle.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,8 @@ public function addMetaProperty($property_name, $property_content)
478478
return $this;
479479
}
480480

481-
public function getMetaProperty($property_name) {
481+
public function getMetaProperty($property_name)
482+
{
482483
if (array_key_exists($property_name, $this->metaProperties)) {
483484
return $this->metaProperties[$property_name];
484485
}

0 commit comments

Comments
 (0)