Skip to content

Commit

Permalink
Merge pull request #472 from hydephp/analysis-EPWDLy
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
HydePHP authored May 30, 2022
2 parents 6066b28 + cf18dd8 commit 49af0e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Concerns/HasPageMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

/**
* @todo Move logic into service class to make it easier to test.
*
* @see \Tests\Feature\Concerns\HasPageMetadataTest
*/
trait HasPageMetadata
Expand Down
1 change: 0 additions & 1 deletion tests/Feature/Concerns/HasPageMetadataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ public function test_get_dynamic_metadata_adds_twitter_and_open_graph_title_when
Meta::property('title', 'foo'),
]]);


$page = new class extends AbstractPage
{
use HasPageMetadata;
Expand Down

0 comments on commit 49af0e0

Please sign in to comment.