mikecbrant/php-ultimate-sessions

View on GitHub
src/UltimateSessions/UltimateSessionHandlerConfig.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Showing 6 of 7 total issues

Missing class import via use statement (line '127', column '23').
Open

throw new \OutOfBoundsException(

Missing class import via use statement (line '221', column '23').
Open

throw new \InvalidArgumentException('Value must be integer.');

Missing class import via use statement (line '261', column '23').
Open

throw new \InvalidArgumentException(

The method getInstance has a boolean flag argument $useEncryption, which is a certain sign of a Single Responsibility Principle violation.
Wontfix

$useEncryption = false,

Missing class import via use statement (line '248', column '23').
Open

throw new \InvalidArgumentException('Value must be string.');

Missing class import via use statement (line '209', column '23').
Open

throw new \InvalidArgumentException('Value must be boolean.');

Missing class import via use statement (line '234', column '23').
Open

throw new \InvalidArgumentException(
Category
Status