Completed
Push — master ( 4938a1...4102c5 )
by Andrii
15s
created
src/widgets/filePreview/FilePreviewFactory.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -53,6 +53,7 @@
 block discarded – undo
53 53
 
54 54
     /**
55 55
      * {@inheritdoc}
56
+     * @param string $mimeType
56 57
      */
57 58
     public function resolveGeneratorClass($mimeType)
58 59
     {
Please login to merge, or discard this patch.
src/components/UiOptionsStorage.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,6 @@
 block discarded – undo
100 100
      * Sets orientation for the $route.
101 101
      *
102 102
      * @param string $route
103
-     * @param string $orientation
104 103
      */
105 104
     public function set($route, $options = [])
106 105
     {
Please login to merge, or discard this patch.
src/widgets/IndexPage.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -336,7 +336,6 @@
 block discarded – undo
336 336
      * Renders button to choose representation.
337 337
      * Returns empty string when nothing to choose (less then 2 representations available).
338 338
      * @param array $grid class
339
-     * @param mixed $current selected representation
340 339
      * @return string rendered HTML
341 340
      */
342 341
     public function renderRepresentations($grid)
Please login to merge, or discard this patch.