Failed Conditions
Pull Request — develop_3.0 (#434)
by Adrien
03:10
created
src/Spout/Writer/Common/Entity/Row.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,6 @@
 block discarded – undo
81 81
     }
82 82
 
83 83
     /**
84
-     * @param Style $style|null
85 84
      * @return Row
86 85
      */
87 86
     public function applyStyle(Style $style = null)
Please login to merge, or discard this patch.
src/Spout/Writer/Common/Entity/Cell.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,6 @@
 block discarded – undo
201 201
     }
202 202
 
203 203
     /**
204
-     * @param Style $style|null
205 204
      * @return Cell
206 205
      */
207 206
     public function applyStyle(Style $style = null)
Please login to merge, or discard this patch.
src/Spout/Writer/XLSX/Manager/WorksheetManager.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
     /**
109 109
      * Checks if the sheet has been sucessfully created. Throws an exception if not.
110 110
      *
111
-     * @param bool|resource $sheetFilePointer Pointer to the sheet data file or FALSE if unable to open the file
111
+     * @param resource $sheetFilePointer Pointer to the sheet data file or FALSE if unable to open the file
112 112
      * @throws IOException If the sheet data file cannot be opened for writing
113 113
      * @return void
114 114
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Box\Spout\Writer\Common\Entity\Cell;
11 11
 use Box\Spout\Writer\Common\Entity\Options;
12 12
 use Box\Spout\Writer\Common\Entity\Row;
13
-use Box\Spout\Writer\Common\Entity\Style\Style;
14 13
 use Box\Spout\Writer\Common\Entity\Worksheet;
15 14
 use Box\Spout\Writer\Common\Helper\CellHelper;
16 15
 use Box\Spout\Writer\Common\Manager\WorksheetManagerInterface;
Please login to merge, or discard this patch.
src/Spout/Writer/ODS/Manager/WorksheetManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
     /**
109 109
      * Checks if the sheet has been sucessfully created. Throws an exception if not.
110 110
      *
111
-     * @param bool|resource $sheetFilePointer Pointer to the sheet data file or FALSE if unable to open the file
111
+     * @param resource $sheetFilePointer Pointer to the sheet data file or FALSE if unable to open the file
112 112
      * @throws IOException If the sheet data file cannot be opened for writing
113 113
      * @return void
114 114
      */
Please login to merge, or discard this patch.