Skip to content

Commit

Permalink
phpstan fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vancoder committed Dec 20, 2024
1 parent 072e995 commit 1c18949
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public function boot(): void {
/**
* Filters the robots meta tag content to add a noindex directive.
*
* @param array $robots Associative array of directives.
* @param array<string, boolean> $robots Associative array of directives.
*
* @return array
* @return array<string, boolean>
*/
public function filter_robots_content( array $robots ): array {
if ( post_password_required() ) {
Expand Down

0 comments on commit 1c18949

Please sign in to comment.