Completed
Pull Request — master (#55)
by Greg
08:59
created
src/Transformations/Wrap/ColumnWidths.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -20,6 +20,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.