|
2191 | 2191 | 'count' => 1, |
2192 | 2192 | 'path' => __DIR__ . '/system/View/Cell.php', |
2193 | 2193 | ]; |
2194 | | -$ignoreErrors[] = [ |
2195 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Cell\\:\\:getMethodParams\\(\\) has no return type specified\\.$#', |
2196 | | - 'count' => 1, |
2197 | | - 'path' => __DIR__ . '/system/View/Cell.php', |
2198 | | -]; |
2199 | 2194 | $ignoreErrors[] = [ |
2200 | 2195 | 'message' => '#^Property CodeIgniter\\\\View\\\\Cell\\:\\:\\$cache \\(CodeIgniter\\\\Cache\\\\CacheInterface\\) in empty\\(\\) is not falsy\\.$#', |
2201 | 2196 | 'count' => 2, |
2202 | 2197 | 'path' => __DIR__ . '/system/View/Cell.php', |
2203 | 2198 | ]; |
2204 | | -$ignoreErrors[] = [ |
2205 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Cells\\\\Cell\\:\\:setView\\(\\) has no return type specified\\.$#', |
2206 | | - 'count' => 1, |
2207 | | - 'path' => __DIR__ . '/system/View/Cells/Cell.php', |
2208 | | -]; |
2209 | | -$ignoreErrors[] = [ |
2210 | | - 'message' => '#^Method class@anonymous/system/Traits/PropertiesTrait\\.php\\:47\\:\\:getProperties\\(\\) has no return type specified\\.$#', |
2211 | | - 'count' => 1, |
2212 | | - 'path' => __DIR__ . '/system/View/Cells/Cell.php', |
2213 | | -]; |
2214 | | -$ignoreErrors[] = [ |
2215 | | - 'message' => '#^Method class@anonymous/system/Traits/PropertiesTrait\\.php\\:47\\:\\:getProperties\\(\\) has parameter \\$obj with no type specified\\.$#', |
2216 | | - 'count' => 1, |
2217 | | - 'path' => __DIR__ . '/system/View/Cells/Cell.php', |
2218 | | -]; |
2219 | | -$ignoreErrors[] = [ |
2220 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Exceptions\\\\ViewException\\:\\:forInvalidCellClass\\(\\) has no return type specified\\.$#', |
2221 | | - 'count' => 1, |
2222 | | - 'path' => __DIR__ . '/system/View/Exceptions/ViewException.php', |
2223 | | -]; |
2224 | | -$ignoreErrors[] = [ |
2225 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Exceptions\\\\ViewException\\:\\:forInvalidCellMethod\\(\\) has no return type specified\\.$#', |
2226 | | - 'count' => 1, |
2227 | | - 'path' => __DIR__ . '/system/View/Exceptions/ViewException.php', |
2228 | | -]; |
2229 | | -$ignoreErrors[] = [ |
2230 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Exceptions\\\\ViewException\\:\\:forInvalidCellParameter\\(\\) has no return type specified\\.$#', |
2231 | | - 'count' => 1, |
2232 | | - 'path' => __DIR__ . '/system/View/Exceptions/ViewException.php', |
2233 | | -]; |
2234 | | -$ignoreErrors[] = [ |
2235 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Exceptions\\\\ViewException\\:\\:forInvalidDecorator\\(\\) has no return type specified\\.$#', |
2236 | | - 'count' => 1, |
2237 | | - 'path' => __DIR__ . '/system/View/Exceptions/ViewException.php', |
2238 | | -]; |
2239 | | -$ignoreErrors[] = [ |
2240 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Exceptions\\\\ViewException\\:\\:forMissingCellParameters\\(\\) has no return type specified\\.$#', |
2241 | | - 'count' => 1, |
2242 | | - 'path' => __DIR__ . '/system/View/Exceptions/ViewException.php', |
2243 | | -]; |
2244 | | -$ignoreErrors[] = [ |
2245 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Exceptions\\\\ViewException\\:\\:forNoCellClass\\(\\) has no return type specified\\.$#', |
2246 | | - 'count' => 1, |
2247 | | - 'path' => __DIR__ . '/system/View/Exceptions/ViewException.php', |
2248 | | -]; |
2249 | | -$ignoreErrors[] = [ |
2250 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Exceptions\\\\ViewException\\:\\:forTagSyntaxError\\(\\) has no return type specified\\.$#', |
2251 | | - 'count' => 1, |
2252 | | - 'path' => __DIR__ . '/system/View/Exceptions/ViewException.php', |
2253 | | -]; |
2254 | 2199 | $ignoreErrors[] = [ |
2255 | 2200 | 'message' => '#^Method CodeIgniter\\\\View\\\\Parser\\:\\:addPlugin\\(\\) has parameter \\$callback with no signature specified for callable\\.$#', |
2256 | 2201 | 'count' => 1, |
|
2261 | 2206 | 'count' => 1, |
2262 | 2207 | 'path' => __DIR__ . '/system/View/Parser.php', |
2263 | 2208 | ]; |
2264 | | -$ignoreErrors[] = [ |
2265 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Table\\:\\:_compileTemplate\\(\\) has no return type specified\\.$#', |
2266 | | - 'count' => 1, |
2267 | | - 'path' => __DIR__ . '/system/View/Table.php', |
2268 | | -]; |
2269 | | -$ignoreErrors[] = [ |
2270 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Table\\:\\:_setFromArray\\(\\) has no return type specified\\.$#', |
2271 | | - 'count' => 1, |
2272 | | - 'path' => __DIR__ . '/system/View/Table.php', |
2273 | | -]; |
2274 | | -$ignoreErrors[] = [ |
2275 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Table\\:\\:_setFromDBResult\\(\\) has no return type specified\\.$#', |
2276 | | - 'count' => 1, |
2277 | | - 'path' => __DIR__ . '/system/View/Table.php', |
2278 | | -]; |
2279 | 2209 | $ignoreErrors[] = [ |
2280 | 2210 | 'message' => '#^Property CodeIgniter\\\\View\\\\Table\\:\\:\\$function type has no signature specified for callable\\.$#', |
2281 | 2211 | 'count' => 1, |
2282 | 2212 | 'path' => __DIR__ . '/system/View/Table.php', |
2283 | 2213 | ]; |
2284 | | -$ignoreErrors[] = [ |
2285 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\View\\:\\:endSection\\(\\) has no return type specified\\.$#', |
2286 | | - 'count' => 1, |
2287 | | - 'path' => __DIR__ . '/system/View/View.php', |
2288 | | -]; |
2289 | | -$ignoreErrors[] = [ |
2290 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\View\\:\\:extend\\(\\) has no return type specified\\.$#', |
2291 | | - 'count' => 1, |
2292 | | - 'path' => __DIR__ . '/system/View/View.php', |
2293 | | -]; |
2294 | | -$ignoreErrors[] = [ |
2295 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\View\\:\\:logPerformance\\(\\) has no return type specified\\.$#', |
2296 | | - 'count' => 1, |
2297 | | - 'path' => __DIR__ . '/system/View/View.php', |
2298 | | -]; |
2299 | | -$ignoreErrors[] = [ |
2300 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\View\\:\\:renderSection\\(\\) has no return type specified\\.$#', |
2301 | | - 'count' => 1, |
2302 | | - 'path' => __DIR__ . '/system/View/View.php', |
2303 | | -]; |
2304 | | -$ignoreErrors[] = [ |
2305 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\View\\:\\:section\\(\\) has no return type specified\\.$#', |
2306 | | - 'count' => 1, |
2307 | | - 'path' => __DIR__ . '/system/View/View.php', |
2308 | | -]; |
2309 | 2214 |
|
2310 | 2215 | return ['parameters' => ['ignoreErrors' => $ignoreErrors]]; |
0 commit comments