Skip to content

Commit

Permalink
PHP 8.4 fix for null param
Browse files Browse the repository at this point in the history
  • Loading branch information
scottchiefbaker committed Nov 25, 2024
1 parent d117adb commit 648da9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.krumo.php
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ public static function setLineNumberTestCallback($callback)
*
* @param array $cascade Cascading information
*/
public static function cascade(array $cascade = null)
public static function cascade(?array $cascade = null)
{
static::$_cascade = $cascade;
}
Expand Down

0 comments on commit 648da9a

Please sign in to comment.