phpstan 2.0 update checks

This commit is contained in:
Clemens Schwaighofer
2024-11-18 17:08:28 +09:00
parent 35cc6dbf91
commit 9edfc2acb6
17 changed files with 79 additions and 105 deletions

View File

@@ -115,9 +115,6 @@ print "ARRAYFLATFORKEY: " . DgS::printAr(ArrayHandler::arrayFlatForKey($test_arr
*/
function rec(string $pre, string $cur, array $node = [])
{
if (!is_array($node)) {
$node = [];
}
print "<div style='color: green;'>#### PRE: " . $pre . ", CUR: " . $cur . ", N-c: "
. count($node) . " [" . join('|', array_keys($node)) . "]</div>";
if (!$pre) {