Skip to content

Commit

Permalink
🎨 Improve method docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Dec 21, 2023
1 parent c6d5a10 commit 58c827e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Modules/CleanUpModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public function bodyClass($classes, $disallowedClasses = ['page-template-default
/**
* Clean up language_attributes() used in <html> tag.
*
* @return void
* @return string
*/
public function languageAttributes()
{
Expand Down
8 changes: 2 additions & 6 deletions src/Modules/RelativeUrlsModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,15 @@ protected function urlFilters(): array
}

/**
* Add compatibility with third-party plugins.
*
* @return void
* Handle compatibility with third-party plugins.
*/
protected function handleCompatibility(): self
{
return $this->handleSeoFramework();
}

/**
* Add The SEO Framework compatibility.
*
* @return void
* Handle The SEO Framework compatibility.
*/
protected function handleSeoFramework(): self
{
Expand Down

0 comments on commit 58c827e

Please sign in to comment.