The method debugging() does not exist on WPEmerge\Facades\Application. Since you implemented __callStatic, consider adding a @method annotation.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
47
return new ErrorHandler( $whoops, Application::/** @scrutinizer ignore-call */ debugging() );