Completed
Pull Request — master (#1335)
by Fabien
01:34
created
Controller/ImagineController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -135,6 +135,9 @@
 block discarded – undo
135 135
         }, $path, $filter, $hash);
136 136
     }
137 137
 
138
+    /**
139
+     * @param string $hash
140
+     */
138 141
     private function createRedirectResponse(\Closure $url, string $path, string $filter, ?string $hash = null): RedirectResponse
139 142
     {
140 143
         try {
Please login to merge, or discard this patch.
Imagine/Cache/Resolver/AmazonS3Resolver.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
      *
180 180
      * @param string $path
181 181
      *
182
-     * @return string
182
+     * @return \CFResponse
183 183
      */
184 184
     protected function getObjectUrl($path)
185 185
     {
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
      *
194 194
      * @throws \S3_Exception
195 195
      *
196
-     * @return bool
196
+     * @return boolean|null
197 197
      */
198 198
     protected function objectExists($objectPath)
199 199
     {
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
     }
202 202
 
203 203
     /**
204
-     * @param mixed $message
204
+     * @param string $message
205 205
      */
206 206
     protected function logError($message, array $context = [])
207 207
     {
Please login to merge, or discard this patch.