We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf30645 commit 4d930fbCopy full SHA for 4d930fb
1 file changed
system/Database/SQLite3/Forge.php
@@ -114,7 +114,7 @@ public function dropDatabase(string $dbName): bool
114
*
115
* @return array|string|null
116
* @return list<string>|string|null SQL string or null
117
- * @phpstan-return ($alterType is 'DROP' ? string : list<string>|false|null)
+ * @phpstan-return ($alterType is 'DROP' ? string : list<string>|null)
118
*/
119
protected function _alterTable(string $alterType, string $table, $processedFields)
120
{
0 commit comments