Skip to content

Commit b0c6c66

Browse files
committed
fix: remove @Used-By PHPDocs
1 parent c2e843f commit b0c6c66

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

system/Commands/Database/ShowTableInfo.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ private function restoreDBPrefix(): void
191191
/**
192192
* Show Data of Table
193193
*
194-
* @used-by run
195-
*
196194
* @return void
197195
*/
198196
private function showDataOfTable(string $tableName, int $limitRows, int $limitFieldValue)
@@ -217,8 +215,6 @@ private function showDataOfTable(string $tableName, int $limitRows, int $limitFi
217215
/**
218216
* Show All Tables
219217
*
220-
* @used-by run
221-
*
222218
* @param list<string> $tables
223219
*
224220
* @return void
@@ -236,7 +232,7 @@ private function showAllTables(array $tables)
236232
}
237233

238234
/**
239-
* @used-by showAllTables
235+
* Make body for table
240236
*
241237
* @param list<string> $tables
242238
*
@@ -268,7 +264,7 @@ private function makeTbodyForShowAllTables(array $tables): array
268264
}
269265

270266
/**
271-
* @used-by showDataOfTable
267+
* Make table rows
272268
*
273269
* @return list<list<int|string>>
274270
*/

0 commit comments

Comments
 (0)