File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ public function run(array $params)
129129 $ tables ,
130130 'required '
131131 );
132+ CLI ::newLine ();
132133
133134 $ tableName = $ tables [$ tableNameNo ];
134135 }
@@ -154,7 +155,6 @@ private function restoreDBPrefix(): void
154155
155156 private function showDataOfTable (string $ tableName , int $ limitRows , int $ limitFieldValue )
156157 {
157- CLI ::newLine ();
158158 CLI ::write ("Data of Table \"{$ tableName }\": " , 'black ' , 'yellow ' );
159159 CLI ::newLine ();
160160
@@ -245,7 +245,6 @@ private function makeTableRows(
245245
246246 private function showFieldMetaData (string $ tableName ): void
247247 {
248- CLI ::newLine ();
249248 CLI ::write ("List of Metadata Information in Table \"{$ tableName }\": " , 'black ' , 'yellow ' );
250249 CLI ::newLine ();
251250
You can’t perform that action at this time.
0 commit comments