From 71c2c412f7098050479f496292bc694095d9ec97 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 27 Sep 2012 20:31:13 +0200 Subject: CS fixes --- src/phorkie/Database/Adapter/Null/Setup.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/phorkie/Database/Adapter/Null/Setup.php') diff --git a/src/phorkie/Database/Adapter/Null/Setup.php b/src/phorkie/Database/Adapter/Null/Setup.php index 3850978..ba98fe4 100644 --- a/src/phorkie/Database/Adapter/Null/Setup.php +++ b/src/phorkie/Database/Adapter/Null/Setup.php @@ -3,8 +3,13 @@ namespace phorkie; class Database_Adapter_Null_Setup { - public function setup() {} - public function reset() {} + public function setup() + { + } + + public function reset() + { + } } ?> -- cgit v1.2.3