Failed Conditions
Pull Request — master (#744)
by
unknown
03:06
created
src/Spout/Writer/XLSX/Manager/WorksheetManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
 
128 128
     /**
129 129
      * @param resource $sheetFilePointer
130
-     * @param resourceWorksheet $worksheet
130
+     * @param Worksheet $worksheet
131 131
      * @return void
132 132
      */
133 133
     private function addSheetViews($sheetFilePointer, Worksheet $worksheet): void
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     /**
142 142
      * Checks if the sheet has been sucessfully created. Throws an exception if not.
143 143
      *
144
-     * @param bool|resource $sheetFilePointer Pointer to the sheet data file or FALSE if unable to open the file
144
+     * @param resource $sheetFilePointer Pointer to the sheet data file or FALSE if unable to open the file
145 145
      * @throws IOException If the sheet data file cannot be opened for writing
146 146
      * @return void
147 147
      */
Please login to merge, or discard this patch.