From d2bbcab233dabe3b04f8c3b94a947ec174540418 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Sat, 19 Dec 2020 19:52:59 +0100 Subject: run phpcbf and add fix target to Makefile --- app/class/Modelhome.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/class/Modelhome.php') diff --git a/app/class/Modelhome.php b/app/class/Modelhome.php index 680cfa9..5be1e72 100644 --- a/app/class/Modelhome.php +++ b/app/class/Modelhome.php @@ -4,7 +4,7 @@ namespace Wcms; class Modelhome extends Modelpage { - + public function __construct() { parent::__construct(); @@ -23,7 +23,7 @@ class Modelhome extends Modelpage } - + /** * @param array $pagelist of Pages objects as `id => Page` * @param Opt $opt @@ -44,7 +44,7 @@ class Modelhome extends Modelpage return $pagelist; } - + /** * Filter the pages list acording to the options and invert @@ -144,7 +144,7 @@ class Modelhome extends Modelpage } - + /** * Transform list of page into list of nodes and edges * -- cgit v1.2.3