Skip to content

Commit

Permalink
Merge pull request #31 from KalanaPerera/KalanaPerera-patch-1
Browse files Browse the repository at this point in the history
Fixed: attributesstring to attributes
  • Loading branch information
chriskonnertz authored May 22, 2019
2 parents db0cebd + bc6500d commit 7f6f26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChrisKonnertz/OpenGraph/OpenGraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function tag(string $name, $value, bool $prefixed = true) : self
* @param bool $prefixed Add the "og"-prefix?
* @return OpenGraph
*/
public function attributesstring (
public function attributes (
string $tagName,
array $attributes = [],
array $valid = [],
Expand Down

0 comments on commit 7f6f26e

Please sign in to comment.