Copied! Copy Stacktrace Search Stackoverflow Search Google Error

PHP Deprecated Warningyii\base\ErrorException

number_format(): Passing null to parameter #1 ($num) of type float is deprecated

$_GET = [
    'page' => '3',
];

$_SESSION = [
    '__flash' => [],
    '__returnUrl' => '/shop?page=3',
];