File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -353,11 +353,11 @@ abstract protected function doFirst();
353
353
354
354
/**
355
355
* Inserts data into the current database
356
- * This methods works only with dbCalls
356
+ * This method works only with dbCalls
357
357
*
358
358
* @param array $data Data
359
359
*
360
- * @return bool|int|string
360
+ * @return bool
361
361
*/
362
362
abstract protected function doInsert (array $ data );
363
363
@@ -695,7 +695,7 @@ public function getInsertID()
695
695
*
696
696
* @throws ReflectionException
697
697
*
698
- * @return bool|int|string
698
+ * @return bool|int|string insert ID or true on success. false on failure.
699
699
*/
700
700
public function insert ($ data = null , bool $ returnID = true )
701
701
{
Original file line number Diff line number Diff line change @@ -1887,7 +1887,7 @@ public function getCompiledInsert(bool $reset = true)
1887
1887
*
1888
1888
* @throws DatabaseException
1889
1889
*
1890
- * @return bool|Query
1890
+ * @return bool
1891
1891
*/
1892
1892
public function insert ($ set = null , ?bool $ escape = null )
1893
1893
{
Original file line number Diff line number Diff line change @@ -251,11 +251,11 @@ protected function doFirst()
251
251
252
252
/**
253
253
* Inserts data into the current table.
254
- * This methods works only with dbCalls
254
+ * This method works only with dbCalls
255
255
*
256
256
* @param array $data Data
257
257
*
258
- * @return bool|Query
258
+ * @return bool
259
259
*/
260
260
protected function doInsert (array $ data )
261
261
{
You can’t perform that action at this time.
0 commit comments