mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 07:14:59 -04:00
Convert some constants to enums
This commit is contained in:
parent
06425d3dd6
commit
ee7c8343dd
52 changed files with 282 additions and 268 deletions
|
@ -2,7 +2,7 @@
|
|||
use function Safe\preg_replace;
|
||||
|
||||
try{
|
||||
$collection = HttpInput::Str(GET, 'collection') ?? '';
|
||||
$collection = HttpInput::Str(HttpVariableSource::Get, 'collection') ?? '';
|
||||
$collectionObject = null;
|
||||
$collectionName = '';
|
||||
$collectionType = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue