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:
authorFelipe Figueroa <amenadiel@gmail.com>2018-03-21 17:39:52 +0300
committerStyleCI Bot <bot@styleci.io>2018-03-21 17:39:52 +0300
commit1b696485f22b4405ba7304b4be46dc57d2dfd5fb (patch)
tree412d9c5313e67d53f8bd1790f28a5c7e225f04a8 /src/controllers/AggregatesController.php
parente45de7b53e5974862271473339d99fa3ad1d4091 (diff)
Apply fixes from StyleCI
[ci skip] [skip ci]
Diffstat (limited to 'src/controllers/AggregatesController.php')
-rw-r--r--src/controllers/AggregatesController.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/controllers/AggregatesController.php b/src/controllers/AggregatesController.php
index b70e1e44..c4965781 100644
--- a/src/controllers/AggregatesController.php
+++ b/src/controllers/AggregatesController.php
@@ -18,16 +18,22 @@ class AggregatesController extends BaseController
/**
* Default method to render the controller according to the action parameter.
*/
- public function render() {}
+ public function render()
+ {
+ }
/**
* Show default list of aggregate functions in the database.
*
* @param mixed $msg
*/
- public function doDefault($msg = '') {}
+ public function doDefault($msg = '')
+ {
+ }
- public function doTree() {}
+ public function doTree()
+ {
+ }
/**
* Actually creates the new aggregate in the database.