Completed
Push — master ( 91e580...422d4b )
by Dmitry
05:32
created
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/models/Ref.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -51,6 +51,10 @@
 block discarded – undo
51 51
         return ArrayHelper::map($models, $from, $to, $group);
52 52
     }
53 53
 
54
+    /**
55
+     * @param string $name
56
+     * @param string $translate
57
+     */
54 58
     public static function findCached($name, $translate = null, $options = [])
55 59
     {
56 60
         if ($translate === null) {
Please login to merge, or discard this patch.