Skip to content

Commit

Permalink
Fix bad anntotation
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Dec 19, 2023
1 parent e915dd8 commit 813403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/search-replace.feature
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ Feature: Do global search/replace
[field_count] => 2
"""

@requires-php-8.0 @less-than-php-8.1
@require-php-8.0 @less-than-php-8.1
Scenario: Warn and ignore type-hinted objects that have some error in deserialization (PHP 8.0)
Given a WP install
And I run `wp db query "INSERT INTO wp_options (option_name,option_value) VALUES ('cereal_isation','O:13:\"mysqli_result\":5:{s:13:\"current_field\";N;s:11:\"field_count\";N;s:7:\"lengths\";N;s:8:\"num_rows\";N;s:4:\"type\";N;}')"`
Expand Down

0 comments on commit 813403e

Please sign in to comment.