Skip to content

Commit

Permalink
Conformed to PSR-2 coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Jul 23, 2015
1 parent 8dd2b02 commit d331db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*/
class Installer
{

/**
* Run the post installation process
*
Expand Down Expand Up @@ -124,5 +123,4 @@ public static function deploy(Event $event = null)
fclose($file);
}
}

}
5 changes: 2 additions & 3 deletions src/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
*
* @package Slytherin
*/
class Model {

class Model
{
public $databaseHandle = NULL;

/**
Expand All @@ -32,5 +32,4 @@ public function __construct($databaseName = 'default')

$this->databaseHandle->setAttribute(\PDO::ATTR_ERRMODE, \PDO::ERRMODE_EXCEPTION);
}

}

0 comments on commit d331db0

Please sign in to comment.