Skip to content

Commit

Permalink
fix: remove @Used-By PHPDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Jun 19, 2024
1 parent c2e843f commit b0c6c66
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions system/Commands/Database/ShowTableInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ private function restoreDBPrefix(): void
/**
* Show Data of Table
*
* @used-by run
*
* @return void
*/
private function showDataOfTable(string $tableName, int $limitRows, int $limitFieldValue)
Expand All @@ -217,8 +215,6 @@ private function showDataOfTable(string $tableName, int $limitRows, int $limitFi
/**
* Show All Tables
*
* @used-by run
*
* @param list<string> $tables
*
* @return void
Expand All @@ -236,7 +232,7 @@ private function showAllTables(array $tables)
}

/**
* @used-by showAllTables
* Make body for table
*
* @param list<string> $tables
*
Expand Down Expand Up @@ -268,7 +264,7 @@ private function makeTbodyForShowAllTables(array $tables): array
}

/**
* @used-by showDataOfTable
* Make table rows
*
* @return list<list<int|string>>
*/
Expand Down

0 comments on commit b0c6c66

Please sign in to comment.