Tags: hexydec/torque
Tags
The name of the app is not title case when Console Logging in `app::d… …rawStats()`. Used PHP 8.0 property type definitions, and union return types where needed. Updated `require` calls in autoloaders to be used as a keyword and for the `spl_autoload_register()` call not to return a value. Fixed issue in `csp::recommendations()` where if the recommended URL was the base URL of the site, it should use `'self'` instead.
Updated regexp in `assets::buildCss()` to fix issue where it matched … …a trailing quote, and streamlined how it handles inline data URI's. Fixed bugs where `realpath()` cannot handle URL's with querystrings or hashbangs, it now just uses the path component. Updated `config::__construct()` to handled the return value of `overview::draw()` as a string or null.
PreviousNext