Skip to content

Commit 813403e

Browse files
committed
Fix bad anntotation
1 parent e915dd8 commit 813403e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/search-replace.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ Feature: Do global search/replace
11471147
[field_count] => 2
11481148
"""
11491149

1150-
@requires-php-8.0 @less-than-php-8.1
1150+
@require-php-8.0 @less-than-php-8.1
11511151
Scenario: Warn and ignore type-hinted objects that have some error in deserialization (PHP 8.0)
11521152
Given a WP install
11531153
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;}')"`

0 commit comments

Comments
 (0)