File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 127127 'count ' => 1 ,
128128 'path ' => __DIR__ . '/../../../src/wp-includes/template.php ' ,
129129];
130- $ ignoreErrors [] = [
131- 'message ' => '#^Variable \\$old_user_data in empty \\( \\) always exists and is not falsy \\.$# ' ,
132- 'identifier ' => 'empty.variable ' ,
133- 'count ' => 1 ,
134- 'path ' => __DIR__ . '/../../../src/wp-includes/user.php ' ,
135- ];
136130
137131return ['parameters ' => ['ignoreErrors ' => $ ignoreErrors ]];
Original file line number Diff line number Diff line change 919919 'count ' => 1 ,
920920 'path ' => __DIR__ . '/../../../src/wp-includes/class-wp-hook.php ' ,
921921];
922+ $ ignoreErrors [] = [
923+ 'message ' => '#^Parameter \\#3 \\$value of function curl_setopt expects int, string given \\.$# ' ,
924+ 'identifier ' => 'argument.type ' ,
925+ 'count ' => 1 ,
926+ 'path ' => __DIR__ . '/../../../src/wp-includes/class-wp-http-curl.php ' ,
927+ ];
922928$ ignoreErrors [] = [
923929 'message ' => '#^Parameter \\#2 \\$mode of function stream_set_blocking expects bool, int given \\.$# ' ,
924930 'identifier ' => 'argument.type ' ,
You can’t perform that action at this time.
0 commit comments