mirror of
https://github.com/standardebooks/web.git
synced 2025-07-09 16:20:27 -04:00
Switch to new array shorthand
This commit is contained in:
parent
acdc7eb639
commit
7be2f18424
4 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ class HttpInput{
|
|||
}
|
||||
|
||||
private static function GetHttpVar(string $variable, int $type, int $set, $default){
|
||||
$vars = array();
|
||||
$vars = [];
|
||||
|
||||
switch($set){
|
||||
case GET:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue