Completed
Push — master ( d1e17e...bb461e )
by Dmitry
02:59
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.