Skip to content

Commit

Permalink
Fixed: attributesstring to attributes
Browse files Browse the repository at this point in the history
I have changed function names due to this error, 

#30

After changing the function name to `attributes` issue was solved
  • Loading branch information
KalanaPerera authored May 22, 2019
1 parent db0cebd commit bc6500d
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 bc6500d

Please sign in to comment.