Completed
Push — master ( d38d4b...b63108 )
by Dmitry
26:36
created
src/models/Ref.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -45,6 +45,10 @@
 block discarded – undo
45 45
         return $result;
46 46
     }
47 47
 
48
+    /**
49
+     * @param string $name
50
+     * @param string $translate
51
+     */
48 52
     public static function findCached($name, $translate = null, $options = [])
49 53
     {
50 54
         if ($translate === null) {
Please login to merge, or discard this patch.