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:
Diffstat (limited to 'src/controllers/MaterializedviewpropertiesController.php')
-rw-r--r--src/controllers/MaterializedviewpropertiesController.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/controllers/MaterializedviewpropertiesController.php b/src/controllers/MaterializedviewpropertiesController.php
index c0cb17eb..4cd5be87 100644
--- a/src/controllers/MaterializedviewpropertiesController.php
+++ b/src/controllers/MaterializedviewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.1.3
+ * PHPPgAdmin6
*/
namespace PHPPgAdmin\Controller;
@@ -137,7 +137,7 @@ class MaterializedviewpropertiesController extends BaseController
*
* @param mixed $msg
*/
- public function doEdit($msg = ''): void
+ public function doEdit($msg = '')
{
$data = $this->misc->getDatabaseAccessor();
@@ -196,7 +196,7 @@ class MaterializedviewpropertiesController extends BaseController
*
* @param mixed $msg
*/
- public function doProperties($msg = ''): void
+ public function doProperties($msg = '')
{
$data = $this->misc->getDatabaseAccessor();