|
49 | 49 | 'count' => 1, |
50 | 50 | 'path' => __DIR__ . '/../../src/wp-admin/themes.php', |
51 | 51 | ]; |
52 | | -$ignoreErrors[] = [ |
53 | | - 'message' => '#^Constant HEADER_IMAGE_HEIGHT not found\\.$#', |
54 | | - 'identifier' => 'constant.notFound', |
55 | | - 'count' => 1, |
56 | | - 'path' => __DIR__ . '/../../src/wp-content/themes/twentyeleven/functions.php', |
57 | | -]; |
58 | | -$ignoreErrors[] = [ |
59 | | - 'message' => '#^Constant HEADER_IMAGE_WIDTH not found\\.$#', |
60 | | - 'identifier' => 'constant.notFound', |
61 | | - 'count' => 1, |
62 | | - 'path' => __DIR__ . '/../../src/wp-content/themes/twentyeleven/functions.php', |
63 | | -]; |
64 | | -$ignoreErrors[] = [ |
65 | | - 'message' => '#^Constant HEADER_TEXTCOLOR not found\\.$#', |
66 | | - 'identifier' => 'constant.notFound', |
67 | | - 'count' => 2, |
68 | | - 'path' => __DIR__ . '/../../src/wp-content/themes/twentyeleven/functions.php', |
69 | | -]; |
70 | | -$ignoreErrors[] = [ |
71 | | - 'message' => '#^Constant HEADER_IMAGE_WIDTH not found\\.$#', |
72 | | - 'identifier' => 'constant.notFound', |
73 | | - 'count' => 1, |
74 | | - 'path' => __DIR__ . '/../../src/wp-content/themes/twentyeleven/header.php', |
75 | | -]; |
76 | | -$ignoreErrors[] = [ |
77 | | - 'message' => '#^Constant HEADER_IMAGE_WIDTH not found\\.$#', |
78 | | - 'identifier' => 'constant.notFound', |
79 | | - 'count' => 1, |
80 | | - 'path' => __DIR__ . '/../../src/wp-content/themes/twentyeleven/showcase.php', |
81 | | -]; |
82 | 52 | $ignoreErrors[] = [ |
83 | 53 | 'message' => '#^Function twentyseventeen_edit_link invoked with 1 parameter, 0 required\\.$#', |
84 | 54 | 'identifier' => 'arguments.count', |
|
97 | 67 | 'count' => 1, |
98 | 68 | 'path' => __DIR__ . '/../../src/wp-content/themes/twentyseventeen/template-parts/page/content-page.php', |
99 | 69 | ]; |
100 | | -$ignoreErrors[] = [ |
101 | | - 'message' => '#^Constant HEADER_IMAGE_HEIGHT not found\\.$#', |
102 | | - 'identifier' => 'constant.notFound', |
103 | | - 'count' => 1, |
104 | | - 'path' => __DIR__ . '/../../src/wp-content/themes/twentyten/functions.php', |
105 | | -]; |
106 | | -$ignoreErrors[] = [ |
107 | | - 'message' => '#^Constant HEADER_IMAGE_WIDTH not found\\.$#', |
108 | | - 'identifier' => 'constant.notFound', |
109 | | - 'count' => 1, |
110 | | - 'path' => __DIR__ . '/../../src/wp-content/themes/twentyten/functions.php', |
111 | | -]; |
112 | | -$ignoreErrors[] = [ |
113 | | - 'message' => '#^Constant HEADER_IMAGE_WIDTH not found\\.$#', |
114 | | - 'identifier' => 'constant.notFound', |
115 | | - 'count' => 1, |
116 | | - 'path' => __DIR__ . '/../../src/wp-content/themes/twentyten/header.php', |
117 | | -]; |
118 | 70 | $ignoreErrors[] = [ |
119 | 71 | 'message' => '#^Function wp_cache_switch_to_blog_fallback invoked with 1 parameter, 0 required\\.$#', |
120 | 72 | 'identifier' => 'arguments.count', |
|
0 commit comments