From 2a1562c80b6e12ab3c507f8020607d277f66aa13 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 23 Sep 2006 19:17:15 +0000 Subject: [PATCH] Merging back the changes for BBEdit because the bug is now fixed and I like the other way of showing an empty method better --- Functions.php | 3 +-- Loader.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Functions.php b/Functions.php index b735043..a6f9b42 100644 --- a/Functions.php +++ b/Functions.php @@ -73,8 +73,7 @@ class BSFunctions /** * Constructor */ - private function __construct() - { } + private function __construct() {} // ################################################################### /** diff --git a/Loader.php b/Loader.php index a405d75..4a3d1dc 100644 --- a/Loader.php +++ b/Loader.php @@ -61,8 +61,7 @@ class BSLoader /** * Constructor */ - private function __construct() - { } + private function __construct() {} // ################################################################### /** -- 2.22.5