Skip to content

Commit 059bea3

Browse files
committed
Add PHPDoc line 829
1 parent a1fdd82 commit 059bea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Model.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,7 @@ private function insert($validate=true)
826826
if (($conn = static::connection()) instanceof OciAdapter)
827827
{
828828
// terrible oracle makes us select the nextval first
829+
/** @var OciAdapter $conn */
829830
$attributes[$pk] = $conn->get_next_sequence_value($table->sequence);
830831
$table->insert($attributes);
831832
$this->attributes[$pk] = $attributes[$pk];

0 commit comments

Comments
 (0)