Completed
Push — master ( 75a8a0...8053cf )
by Peter
02:57
created
src/Command/ScanStoragesCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@  discard block
 block discarded – undo
259 259
      * @param Storage $storage
260 260
      * @param SplFileInfo $file
261 261
      *
262
-     * @return Item|bool
262
+     * @return Item
263 263
      */
264 264
     protected function getItemFromFile(Storage $storage, SplFileInfo $file)
265 265
     {
@@ -332,7 +332,7 @@  discard block
 block discarded – undo
332 332
      * @param InputInterface $input
333 333
      * @param OutputInterface $output
334 334
      *
335
-     * @return Decorator
335
+     * @return PresetOutput
336 336
      */
337 337
     protected function getProgress(InputInterface $input, OutputInterface $output)
338 338
     {
Please login to merge, or discard this patch.
src/Console/Output/LazyWrite.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-     * @param array|string $messages
53
+     * @param string $messages
54 54
      * @param int $type
55 55
      */
56 56
     public function writeln($messages, $type = self::OUTPUT_NORMAL)
Please login to merge, or discard this patch.
src/Controller/UpdateController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
      *
103 103
      * @param string $plugin
104 104
      *
105
-     * @return array|null
105
+     * @return null|Response
106 106
      */
107 107
     protected function getPlugin($plugin)
108 108
     {
Please login to merge, or discard this patch.
src/Plugin/Fill/Filler/Filler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     }
45 45
 
46 46
     /**
47
-     * @return Filler
47
+     * @return FillerForm
48 48
      */
49 49
     public function getForm()
50 50
     {
Please login to merge, or discard this patch.
src/Repository/Item.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,8 @@
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @param int|null $limit
37
-     * @param int|null $offset
36
+     * @param integer $limit
37
+     * @param integer $offset
38 38
      *
39 39
      * @return ItemEntity[]
40 40
      */
Please login to merge, or discard this patch.
src/Service/TwigExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * @param string $path
35 35
      * @param string $filter
36 36
      *
37
-     * @return bool
37
+     * @return string
38 38
      */
39 39
     public function dummy($path, $filter)
40 40
     {
Please login to merge, or discard this patch.
src/Entity/Storage.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -319,7 +319,7 @@  discard block
 block discarded – undo
319 319
     /**
320 320
      * Get types storage allow write.
321 321
      *
322
-     * @return array
322
+     * @return string[]
323 323
      */
324 324
     public static function getTypesWritable()
325 325
     {
@@ -329,7 +329,7 @@  discard block
 block discarded – undo
329 329
     /**
330 330
      * Get types storage allow read.
331 331
      *
332
-     * @return array
332
+     * @return string[]
333 333
      */
334 334
     public static function getTypesReadable()
335 335
     {
Please login to merge, or discard this patch.
src/Repository/Storage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     }
31 31
 
32 32
     /**
33
-     * @param array $types
33
+     * @param string[] $types
34 34
      *
35 35
      * @return StorageEntity[]
36 36
      */
Please login to merge, or discard this patch.
src/Console/Output/Export.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @param array|string $messages
56
+     * @param string $messages
57 57
      * @param bool|false $newline
58 58
      * @param int $type
59 59
      */
Please login to merge, or discard this patch.