Completed
Push — master ( 339e22...8a2797 )
by Jonathan
02:46
created
src/Manipulators/Size.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 
72 72
     /**
73 73
      * Resolve width.
74
-     * @return string The resolved width.
74
+     * @return null|double The resolved width.
75 75
      */
76 76
     public function getWidth()
77 77
     {
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
 
89 89
     /**
90 90
      * Resolve height.
91
-     * @return string The resolved height.
91
+     * @return null|double The resolved height.
92 92
      */
93 93
     public function getHeight()
94 94
     {
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
 
123 123
     /**
124 124
      * Resolve crop.
125
-     * @return string|array The resolved crop.
125
+     * @return integer[] The resolved crop.
126 126
      */
127 127
     public function getCrop()
128 128
     {
Please login to merge, or discard this patch.