@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Consolidation\OutputFormatters\Transformations\Wrap; |
3 | 3 | |
4 | -use Symfony\Component\Console\Helper\TableStyle; |
|
5 | - |
|
6 | 4 | /** |
7 | 5 | * Calculate column widths for table cells. |
8 | 6 | * |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Consolidation\OutputFormatters\Transformations\Wrap; |
3 | 3 | |
4 | -use Symfony\Component\Console\Helper\TableStyle; |
|
5 | - |
|
6 | 4 | /** |
7 | 5 | * Calculate the width of data in table cells in preparation for word wrapping. |
8 | 6 | */ |