Skip to content

Commit 130faba

Browse files
committed
CHANGE: change documentation
1 parent d3a01ed commit 130faba

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ <h5 class="card-header"><em>public</em> getPdo()</h5>
7474
<hr>
7575
<pre>
7676
/**
77-
* Get pdo object
78-
*
7977
* @return PDO
8078
*
8179
* @throws \Exception
@@ -102,11 +100,11 @@ <h5 class="card-header"><em>public</em> query()</h5>
102100
<hr>
103101
<pre>
104102
/**
105-
* Runs raw mysql query
106-
*
107103
* @param string $query
108104
*
109105
* @return PDOStatement
106+
*
107+
* @throws \Exception
110108
*/
111109
</pre>
112110
<hr>
@@ -135,6 +133,8 @@ <h5 class="card-header"><em>public</em> prepare()</h5>
135133
* @param array $mapping Data mapping
136134
*
137135
* @return PDOStatement
136+
*
137+
* @throws \Exception
138138
*/
139139
</pre>
140140
<hr>
@@ -161,6 +161,8 @@ <h5 class="card-header"><em>public</em> execute()</h5>
161161
* @param string $query MySQL Query
162162
*
163163
* @return int
164+
*
165+
* @throws \Exception
164166
*/
165167
</pre>
166168
<hr>

0 commit comments

Comments
 (0)