Skip to content

Commit

Permalink
fix php cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jun 9, 2020
1 parent c2781e7 commit 7f2b4f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/GlobalTypesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
->locale('en_US')
->alternateLocale('en_GB')
->siteName('Example')
->image(new class() { public function __toString() { return 'http://www.example.com/image1.jpg'; }});
->image(new class() {
public function __toString()
{
return 'http://www.example.com/image1.jpg';
}
});

assertMatchesHtmlSnapshot((string) $og);
})->group('global', 'website');
Expand Down

0 comments on commit 7f2b4f6

Please sign in to comment.