@@ -116,7 +116,7 @@ |
||
| 116 | 116 | * |
| 117 | 117 | * @param array $data |
| 118 | 118 | * |
| 119 | - * @return Row |
|
| 119 | + * @return \SimpleCrud\Row |
|
| 120 | 120 | */ |
| 121 | 121 | public function createRow(array $data) |
| 122 | 122 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace SimpleCrud\Queries\Mysql; |
| 4 | 4 | |
| 5 | 5 | use SimpleCrud\Queries\Query; |
| 6 | -use SimpleCrud\Table; |
|
| 7 | 6 | |
| 8 | 7 | /** |
| 9 | 8 | * Manages a database select count query. |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | /** |
| 18 | 18 | * Run the query and return the value. |
| 19 | 19 | * |
| 20 | - * @return int |
|
| 20 | + * @return double |
|
| 21 | 21 | */ |
| 22 | 22 | public function run() |
| 23 | 23 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace SimpleCrud\Queries\Mysql; |
| 4 | 4 | |
| 5 | 5 | use SimpleCrud\Queries\Query; |
| 6 | -use SimpleCrud\Table; |
|
| 7 | 6 | |
| 8 | 7 | |
| 9 | 8 | /** |
@@ -95,6 +95,7 @@ |
||
| 95 | 95 | /** |
| 96 | 96 | * Returns a config value |
| 97 | 97 | * |
| 98 | + * @param string $name |
|
| 98 | 99 | * @return mixed |
| 99 | 100 | */ |
| 100 | 101 | public function getConfig($name) |