From d331db08f729a48674c1533e5a8a26016021b1ae Mon Sep 17 00:00:00 2001 From: Rougin Royce Gutib Date: Thu, 23 Jul 2015 12:38:46 +0800 Subject: [PATCH] Conformed to PSR-2 coding standards --- src/Installer.php | 2 -- src/Model.php | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/Installer.php b/src/Installer.php index d3a72b51..6c9fbe9b 100644 --- a/src/Installer.php +++ b/src/Installer.php @@ -10,7 +10,6 @@ */ class Installer { - /** * Run the post installation process * @@ -124,5 +123,4 @@ public static function deploy(Event $event = null) fclose($file); } } - } \ No newline at end of file diff --git a/src/Model.php b/src/Model.php index bff73d25..b10a8401 100644 --- a/src/Model.php +++ b/src/Model.php @@ -7,8 +7,8 @@ * * @package Slytherin */ -class Model { - +class Model +{ public $databaseHandle = NULL; /** @@ -32,5 +32,4 @@ public function __construct($databaseName = 'default') $this->databaseHandle->setAttribute(\PDO::ATTR_ERRMODE, \PDO::ERRMODE_EXCEPTION); } - } \ No newline at end of file