Completed
Push — master ( a37ea8...c06150 )
by Dmitry
14:25
created
src/models/Ref.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -56,6 +56,10 @@
 block discarded – undo
56 56
         return self::getList($name, $translate, array_merge($options, ['with_recursive' => true]));
57 57
     }
58 58
 
59
+    /**
60
+     * @param string $name
61
+     * @param string|false $translate
62
+     */
59 63
     public static function findCached($name, $translate = null, $options = [])
60 64
     {
61 65
         if ($translate === null) {
Please login to merge, or discard this patch.