Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorffflabs <amenadiel@gmail.com>2020-03-05 18:19:11 +0300
committerffflabs <amenadiel@gmail.com>2020-03-05 18:19:11 +0300
commitbef5d9af05715d6ec7d54b614bab312c383cf44f (patch)
tree8423de836c9dee79ae3b348c31a3425ba99cfa64
parentc0b1b83ba5b053202670448466c87afeaf51a7f7 (diff)
static typing broke stuff
-rw-r--r--src/controllers/BrowserController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controllers/BrowserController.php b/src/controllers/BrowserController.php
index 318372c1..c11a53e5 100644
--- a/src/controllers/BrowserController.php
+++ b/src/controllers/BrowserController.php
@@ -1,7 +1,5 @@
<?php
-// declare(strict_types=1);
-
/**
* PHPPgAdmin vv6.0.0-RC8-16-g13de173f
*