We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3cafec commit f1a1e23Copy full SHA for f1a1e23
src/Models/CheckQueryReturnTrait.php
@@ -10,7 +10,10 @@ trait CheckQueryReturnTrait
10
{
11
private ?bool $currentDBDebug = null;
12
13
- private function checkQueryReturn(bool $return): void
+ /**
14
+ * @param bool|int|string $return insert() returns insert ID.
15
+ */
16
+ private function checkQueryReturn($return): void
17
18
$this->restoreDBDebug();
19
0 commit comments