Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jan 3, 2024
1 parent 5b43a8b commit c9eaadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/unit/tests/AMP/Output_Buffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function test_is_needed_amp_properly_initialized(): void {
'get_post' => static fn() => null,
'amp_is_available' => static fn() => true,
'amp_is_enabled' => static fn() => true,
'amp_is_post_supported' => static fn( $post ) => true,
'amp_is_post_supported' => static fn() => true,
]
);

Expand Down

0 comments on commit c9eaadd

Please sign in to comment.