Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangjchandler committed Nov 5, 2024
1 parent b7626b1 commit cae5c87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Contracts/ProvidesContentName.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ interface ProvidesContentName
{
/**
* Get the name to apply to nested content.
*
* @return string|null
*/
public function getContentName(): ?string;
}
}

0 comments on commit cae5c87

Please sign in to comment.