Switch to new array shorthand

This commit is contained in:
Alex Cabal 2021-10-06 18:03:28 -05:00
parent acdc7eb639
commit 7be2f18424
4 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ class HttpInput{
}
private static function GetHttpVar(string $variable, int $type, int $set, $default){
$vars = array();
$vars = [];
switch($set){
case GET: