Completed
Branch master (44f723)
by Michael
11:35 queued 08:26
created
library/Zebra_Image.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
      *
192 192
      *  Initializes the class and the default properties
193 193
      *
194
-     * @return void
194
+     * @return integer
195 195
      */
196 196
     public function __construct()
197 197
     {
@@ -990,7 +990,7 @@  discard block
 block discarded – undo
990 990
      *
991 991
      *                                          Between 0 and 360.
992 992
      *
993
-     * @param mixed  $background_color (Optional) The hexadecimal color (like "#FFFFFF" or "#FFF") of the
993
+     * @param integer  $background_color (Optional) The hexadecimal color (like "#FFFFFF" or "#FFF") of the
994 994
      *                                 uncovered zone after the rotation.
995 995
      *
996 996
      *                                          When set to -1 the script will preserve transparency for transparent GIF
@@ -1215,7 +1215,7 @@  discard block
 block discarded – undo
1215 1215
      * @param string $default_on_error Hexadecimal representation of a color to be used in case $color is not
1216 1216
      *                                 recognized as a hexadecimal color.
1217 1217
      *
1218
-     * @return array Returns an associative array with the values of (R)ed, (G)reen and (B)lue
1218
+     * @return resource Returns an associative array with the values of (R)ed, (G)reen and (B)lue
1219 1219
      *
1220 1220
      * @access private
1221 1221
      */
@@ -1265,7 +1265,7 @@  discard block
 block discarded – undo
1265 1265
      *
1266 1266
      * @access private
1267 1267
      *
1268
-     * @param $orientation
1268
+     * @param string $orientation
1269 1269
      *
1270 1270
      * @return boolean Returns TRUE on success or FALSE on error.
1271 1271
      *
@@ -1339,7 +1339,7 @@  discard block
 block discarded – undo
1339 1339
      *
1340 1340
      *                                          Default is "#FFFFFF".
1341 1341
      *
1342
-     * @return Returns the identifier of the newly created image.
1342
+     * @return resource the identifier of the newly created image.
1343 1343
      *
1344 1344
      * @access private
1345 1345
      */
Please login to merge, or discard this patch.