hi
same problem on my side, i was just set $depth = 0 only and error removed.
i was omit this little error ??
So
“Your child class must use the same signature: three arguments, the first one passed by reference. Every difference will raise the error you got”
this is the signature
function start_lvl( &$output, $depth = 0, $args = array() )