Completed
Push — master ( 2827e6...6b02c1 )
by Jonathan
03:45
created
src/ReportingCloud.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
      *
155 155
      * @throws InvalidArgumentException
156 156
      *
157
-     * @return bool
157
+     * @return integer
158 158
      */
159 159
     public function getTemplatePageCount($templateName)
160 160
     {
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
      *
222 222
      * @throws InvalidArgumentException
223 223
      *
224
-     * @return null|resource
224
+     * @return string|null
225 225
      */
226 226
     public function downloadTemplate($templateName)
227 227
     {
@@ -327,7 +327,7 @@  discard block
 block discarded – undo
327 327
      *
328 328
      * @throws InvalidArgumentException
329 329
      *
330
-     * @return null|resource
330
+     * @return string|null
331 331
      */
332 332
     public function convertDocument($documentFilename, $returnFormat)
333 333
     {
Please login to merge, or discard this patch.