Passed
Branch interfaces-and-less-statics (28360c)
by Stefan
02:41
created
src/OneSheet/Sheet.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
      * if its not an integer.
64 64
      *
65 65
      * @param array     $dataRow
66
-     * @param int|Style $style
66
+     * @param integer $style
67 67
      */
68 68
     public function addRow(array $dataRow, $style = 0)
69 69
     {
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
      * Add multiple data rows to sheet.
79 79
      *
80 80
      * @param array     $dataRows
81
-     * @param int|Style $style
81
+     * @param integer $style
82 82
      */
83 83
     public function addRows(array $dataRows, $style = 0)
84 84
     {
Please login to merge, or discard this patch.