Skip to content

Commit 07aca33

Browse files
author
Tetsuro Yoshikawa
committed
style: fix code style.
1 parent 251f686 commit 07aca33

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

system/Database/Forge.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ class Forge
113113
protected $createDatabaseIfStr = null;
114114

115115
/**
116-
* CHECK DATABASE EXIST statement
117-
*
118-
* @var string
119-
*/
116+
* CHECK DATABASE EXIST statement
117+
*
118+
* @var string
119+
*/
120120
protected $checkDatabaseExistStr = null;
121121

122122
/**
@@ -214,7 +214,7 @@ public function getConnection()
214214
/**
215215
* Create database
216216
*
217-
* @param string $dbName
217+
* @param string $dbName
218218
* @param boolean $ifNotExists Whether to add IF NOT EXISTS condition
219219
*
220220
* @return boolean
@@ -230,7 +230,7 @@ public function createDatabase(string $dbName, bool $ifNotExists = false): bool
230230
}
231231
$ifNotExists = false;
232232
}
233-
233+
234234
if ($this->createDatabaseStr === false)
235235
{
236236
if ($this->db->DBDebug)

0 commit comments

Comments
 (0)