@@ -20,6 +20,7 @@ |
||
| 20 | 20 | /** |
| 21 | 21 | * Given the total amount of available space, and the width of |
| 22 | 22 | * the columns to place, calculate the optimum column widths to use. |
| 23 | + * @param double $totalWidth |
|
| 23 | 24 | */ |
| 24 | 25 | public function calculate($totalWidth, DataCellWidths $dataWidths, $minimumWidths = []) |
| 25 | 26 | { |