Showing 2 of 51 total issues
Method regenerateId
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function regenerateId() { $oldSessionId = $this->getSessionId(); if (version_compare(PHP_VERSION, '7.1.0', '>=')) { $newSessionId = session_create_id();
Function configureIniSettings
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
private function configureIniSettings() { /** * Ignore these lines from code coverage as they are covered in build * tests against different PHP versions.
- Read upRead up