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:
authorRichard Phillips <richp10@gmail.com>2017-07-22 18:10:50 +0300
committerRichard Phillips <richp10@gmail.com>2017-07-22 18:10:50 +0300
commit397d3bc42e32e0f217ea92fcb47ab5a50610e373 (patch)
tree1e335dc982b08d2a187f3c89101b27df7bfbc770 /src/controllers/InfoController.php
parent4a337b3f41a40320af47cae643335051a97c13b1 (diff)
Add Access modifiers - refactored to unify code style
https://github.com/kalessil/phpinspectionsea/blob/master/RULES.md AccessModifierPresentedInspection Please note, have made them all 'public' but some of these may be best changed to a different modifier.
Diffstat (limited to 'src/controllers/InfoController.php')
-rw-r--r--src/controllers/InfoController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index 90c278fa..72247dbb 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -9,7 +9,7 @@ use \PHPPgAdmin\Decorators\Decorator;
class InfoController extends BaseController {
public $_name = 'InfoController';
- function render() {
+ public function render() {
$conf = $this->conf;
$misc = $this->misc;
$lang = $this->lang;