Pranjal Pandey

Results 8 issues of Pranjal Pandey

## What ? We should probably start using something like https://symfony.com/components/HttpFoundation or PSR 7 implementation like https://github.com/Nyholm/psr7 to work with Request,Response and session and stop using superglobals like $_SERVER ,...

## Here's what I fixed or added: - Adds HttpFoundation Request/Response to Known Core - Integrate HttpFoundation Session to core - Remove all use of super globals ## Here's why...

My build pipeline started failing when running static analysis on a class that extends BladeOne, found out that it wanted parent::_construct() to have $templatePath and $compiledPath as null :)

Thanks for this awesome library , I am using this as the configuration engine for scrawler framework [https://github.com/scrawler-labs/scrawler](https://github.com/scrawler-labs/scrawler) I have seen some shared hosting creating random weird files like .error_log...

While using this library with 8.4 this library gives few deprication notice like PHLAK\Config\Config::__construct(): Implicitly marking parameter $context as nullable is deprecated on all the methods we need to add...