Skip to content

Commit 4d930fb

Browse files
committed
docs: fix @phpstan-return
1 parent bf30645 commit 4d930fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Database/SQLite3/Forge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function dropDatabase(string $dbName): bool
114114
*
115115
* @return array|string|null
116116
* @return list<string>|string|null SQL string or null
117-
* @phpstan-return ($alterType is 'DROP' ? string : list<string>|false|null)
117+
* @phpstan-return ($alterType is 'DROP' ? string : list<string>|null)
118118
*/
119119
protected function _alterTable(string $alterType, string $table, $processedFields)
120120
{

0 commit comments

Comments
 (0)