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-02-26 12:07:01 +0300
committerffflabs <amenadiel@gmail.com>2020-02-26 12:07:01 +0300
commit864ebf20dc819f88671f5d487b243c661cb5cbf7 (patch)
treeef78ed59e176c8495d85cfd89da1d99d51d5e1e7 /src/controllers/DomainsController.php
parent1656e5dc22273c51f5a9c9866ee35df276eb507c (diff)
normalization and validation of composer
Diffstat (limited to 'src/controllers/DomainsController.php')
-rw-r--r--src/controllers/DomainsController.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/controllers/DomainsController.php b/src/controllers/DomainsController.php
index 41b7231e..0c28e965 100644
--- a/src/controllers/DomainsController.php
+++ b/src/controllers/DomainsController.php
@@ -1,10 +1,7 @@
<?php
-// declare(strict_types=1);
-
/**
- * PHPPgAdmin vv6.0.0-RC8-16-g13de173f
- *
+ * PHPPgAdmin v6.0.0-RC9
*/
namespace PHPPgAdmin\Controller;
@@ -95,6 +92,7 @@ class DomainsController extends BaseController
$this->doProperties();
break;
+
default:
$this->doDefault();