Completed
Push — php-cs-fixer ( a738a9...f59f07 )
by David
07:28 queued 05:32
created
Model/FileBinary.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,9 +22,9 @@
 block discarded – undo
22 22
     protected $format;
23 23
 
24 24
     /**
25
-     * @param string $content
26 25
      * @param string $mimeType
27 26
      * @param string $format
27
+     * @param string $path
28 28
      */
29 29
     public function __construct($path, $mimeType, $format = null)
30 30
     {
Please login to merge, or discard this patch.
Imagine/Cache/Resolver/FlysystemResolver.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -71,6 +71,8 @@
 block discarded – undo
71 71
 
72 72
     /**
73 73
      * {@inheritdoc}
74
+     * @param string $path
75
+     * @param string $filter
74 76
      */
75 77
     protected function getFilePath($path, $filter)
76 78
     {
Please login to merge, or discard this patch.
Binary/Locator/LocatorInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -15,6 +15,7 @@
 block discarded – undo
15 15
 {
16 16
     /**
17 17
      * @param array $options[]
18
+     * @return void
18 19
      */
19 20
     public function setOptions(array $options = []);
20 21
 
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
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
      *
183 183
      * @param string $path
184 184
      *
185
-     * @return string
185
+     * @return \CFResponse
186 186
      */
187 187
     protected function getObjectUrl($path)
188 188
     {
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
      *
195 195
      * @param string $objectPath
196 196
      *
197
-     * @return bool
197
+     * @return boolean|null
198 198
      */
199 199
     protected function objectExists($objectPath)
200 200
     {
@@ -202,7 +202,7 @@  discard block
 block discarded – undo
202 202
     }
203 203
 
204 204
     /**
205
-     * @param mixed $message
205
+     * @param string $message
206 206
      * @param array $context
207 207
      */
208 208
     protected function logError($message, array $context = [])
Please login to merge, or discard this patch.