Skip to content

Commit b8db96a

Browse files
committed
docs: remove duplicated if
1 parent 3d4e12b commit b8db96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/Forge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ public function dropKey(string $table, string $keyName, bool $prefixKeyName = tr
465465
}
466466

467467
/**
468-
* Checks if if key needs to be dropped as a constraint.
468+
* Checks if key needs to be dropped as a constraint.
469469
*/
470470
protected function dropKeyAsConstraint(string $table, string $constraintName): bool
471471
{

0 commit comments

Comments
 (0)