|
2111 | 2111 | 'count' => 1, |
2112 | 2112 | 'path' => __DIR__ . '/system/View/Cell.php', |
2113 | 2113 | ]; |
2114 | | -$ignoreErrors[] = [ |
2115 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Cell\\:\\:getMethodParams\\(\\) has no return type specified\\.$#', |
2116 | | - 'count' => 1, |
2117 | | - 'path' => __DIR__ . '/system/View/Cell.php', |
2118 | | -]; |
2119 | 2114 | $ignoreErrors[] = [ |
2120 | 2115 | 'message' => '#^Property CodeIgniter\\\\View\\\\Cell\\:\\:\\$cache \\(CodeIgniter\\\\Cache\\\\CacheInterface\\) in empty\\(\\) is not falsy\\.$#', |
2121 | 2116 | 'count' => 2, |
2122 | 2117 | 'path' => __DIR__ . '/system/View/Cell.php', |
2123 | 2118 | ]; |
2124 | | -$ignoreErrors[] = [ |
2125 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Cells\\\\Cell\\:\\:setView\\(\\) has no return type specified\\.$#', |
2126 | | - 'count' => 1, |
2127 | | - 'path' => __DIR__ . '/system/View/Cells/Cell.php', |
2128 | | -]; |
2129 | | -$ignoreErrors[] = [ |
2130 | | - 'message' => '#^Method class@anonymous/system/Traits/PropertiesTrait\\.php\\:47\\:\\:getProperties\\(\\) has no return type specified\\.$#', |
2131 | | - 'count' => 1, |
2132 | | - 'path' => __DIR__ . '/system/View/Cells/Cell.php', |
2133 | | -]; |
2134 | | -$ignoreErrors[] = [ |
2135 | | - 'message' => '#^Method class@anonymous/system/Traits/PropertiesTrait\\.php\\:47\\:\\:getProperties\\(\\) has parameter \\$obj with no type specified\\.$#', |
2136 | | - 'count' => 1, |
2137 | | - 'path' => __DIR__ . '/system/View/Cells/Cell.php', |
2138 | | -]; |
2139 | | -$ignoreErrors[] = [ |
2140 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Exceptions\\\\ViewException\\:\\:forInvalidCellClass\\(\\) has no return type specified\\.$#', |
2141 | | - 'count' => 1, |
2142 | | - 'path' => __DIR__ . '/system/View/Exceptions/ViewException.php', |
2143 | | -]; |
2144 | | -$ignoreErrors[] = [ |
2145 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Exceptions\\\\ViewException\\:\\:forInvalidCellMethod\\(\\) has no return type specified\\.$#', |
2146 | | - 'count' => 1, |
2147 | | - 'path' => __DIR__ . '/system/View/Exceptions/ViewException.php', |
2148 | | -]; |
2149 | | -$ignoreErrors[] = [ |
2150 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Exceptions\\\\ViewException\\:\\:forInvalidCellParameter\\(\\) has no return type specified\\.$#', |
2151 | | - 'count' => 1, |
2152 | | - 'path' => __DIR__ . '/system/View/Exceptions/ViewException.php', |
2153 | | -]; |
2154 | | -$ignoreErrors[] = [ |
2155 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Exceptions\\\\ViewException\\:\\:forInvalidDecorator\\(\\) has no return type specified\\.$#', |
2156 | | - 'count' => 1, |
2157 | | - 'path' => __DIR__ . '/system/View/Exceptions/ViewException.php', |
2158 | | -]; |
2159 | | -$ignoreErrors[] = [ |
2160 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Exceptions\\\\ViewException\\:\\:forMissingCellParameters\\(\\) has no return type specified\\.$#', |
2161 | | - 'count' => 1, |
2162 | | - 'path' => __DIR__ . '/system/View/Exceptions/ViewException.php', |
2163 | | -]; |
2164 | | -$ignoreErrors[] = [ |
2165 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Exceptions\\\\ViewException\\:\\:forNoCellClass\\(\\) has no return type specified\\.$#', |
2166 | | - 'count' => 1, |
2167 | | - 'path' => __DIR__ . '/system/View/Exceptions/ViewException.php', |
2168 | | -]; |
2169 | | -$ignoreErrors[] = [ |
2170 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Exceptions\\\\ViewException\\:\\:forTagSyntaxError\\(\\) has no return type specified\\.$#', |
2171 | | - 'count' => 1, |
2172 | | - 'path' => __DIR__ . '/system/View/Exceptions/ViewException.php', |
2173 | | -]; |
2174 | 2119 | $ignoreErrors[] = [ |
2175 | 2120 | 'message' => '#^Method CodeIgniter\\\\View\\\\Parser\\:\\:addPlugin\\(\\) has parameter \\$callback with no signature specified for callable\\.$#', |
2176 | 2121 | 'count' => 1, |
|
2181 | 2126 | 'count' => 1, |
2182 | 2127 | 'path' => __DIR__ . '/system/View/Parser.php', |
2183 | 2128 | ]; |
2184 | | -$ignoreErrors[] = [ |
2185 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Table\\:\\:_compileTemplate\\(\\) has no return type specified\\.$#', |
2186 | | - 'count' => 1, |
2187 | | - 'path' => __DIR__ . '/system/View/Table.php', |
2188 | | -]; |
2189 | | -$ignoreErrors[] = [ |
2190 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Table\\:\\:_setFromArray\\(\\) has no return type specified\\.$#', |
2191 | | - 'count' => 1, |
2192 | | - 'path' => __DIR__ . '/system/View/Table.php', |
2193 | | -]; |
2194 | | -$ignoreErrors[] = [ |
2195 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Table\\:\\:_setFromDBResult\\(\\) has no return type specified\\.$#', |
2196 | | - 'count' => 1, |
2197 | | - 'path' => __DIR__ . '/system/View/Table.php', |
2198 | | -]; |
2199 | 2129 | $ignoreErrors[] = [ |
2200 | 2130 | 'message' => '#^Property CodeIgniter\\\\View\\\\Table\\:\\:\\$function type has no signature specified for callable\\.$#', |
2201 | 2131 | 'count' => 1, |
2202 | 2132 | 'path' => __DIR__ . '/system/View/Table.php', |
2203 | 2133 | ]; |
2204 | | -$ignoreErrors[] = [ |
2205 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\View\\:\\:endSection\\(\\) has no return type specified\\.$#', |
2206 | | - 'count' => 1, |
2207 | | - 'path' => __DIR__ . '/system/View/View.php', |
2208 | | -]; |
2209 | | -$ignoreErrors[] = [ |
2210 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\View\\:\\:extend\\(\\) has no return type specified\\.$#', |
2211 | | - 'count' => 1, |
2212 | | - 'path' => __DIR__ . '/system/View/View.php', |
2213 | | -]; |
2214 | | -$ignoreErrors[] = [ |
2215 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\View\\:\\:logPerformance\\(\\) has no return type specified\\.$#', |
2216 | | - 'count' => 1, |
2217 | | - 'path' => __DIR__ . '/system/View/View.php', |
2218 | | -]; |
2219 | | -$ignoreErrors[] = [ |
2220 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\View\\:\\:renderSection\\(\\) has no return type specified\\.$#', |
2221 | | - 'count' => 1, |
2222 | | - 'path' => __DIR__ . '/system/View/View.php', |
2223 | | -]; |
2224 | | -$ignoreErrors[] = [ |
2225 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\View\\:\\:section\\(\\) has no return type specified\\.$#', |
2226 | | - 'count' => 1, |
2227 | | - 'path' => __DIR__ . '/system/View/View.php', |
2228 | | -]; |
2229 | 2134 |
|
2230 | 2135 | return ['parameters' => ['ignoreErrors' => $ignoreErrors]]; |
0 commit comments