Completed
Pull Request — master (#109)
by Jason
06:12
created
code/SlideImage.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     /**
142 142
      * @param null $member
143 143
      * @param array $context
144
-     * @return bool|int
144
+     * @return boolean|string
145 145
      */
146 146
     public function canCreate($member = null, $context = [])
147 147
     {
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
     /**
152 152
      * @param null $member
153 153
      * @param array $context
154
-     * @return bool|int
154
+     * @return boolean|string
155 155
      */
156 156
     public function canEdit($member = null, $context = [])
157 157
     {
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     /**
162 162
      * @param null $member
163 163
      * @param array $context
164
-     * @return bool|int
164
+     * @return boolean|string
165 165
      */
166 166
     public function canDelete($member = null, $context = [])
167 167
     {
Please login to merge, or discard this patch.