Completed
Push — master ( 614894...c5f063 )
by Loban
02:24
created
src/models/Lang.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
     }
83 83
 
84 84
     /**
85
-     * @return array
85
+     * @return string[]
86 86
      */
87 87
     public function getStatusList()
88 88
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
             [['id'], 'trim'],
40 40
             [['id'], 'required'],
41 41
             [['id'], 'string', 'min' => 2, 'max' => 2],
42
-            [['id'], 'match', 'pattern' => '/^' . self::PATTERN . '$/'],
42
+            [['id'], 'match', 'pattern' => '/^'.self::PATTERN.'$/'],
43 43
             [['id'], 'unique'],
44 44
 
45 45
             [['name'], 'trim'],
Please login to merge, or discard this patch.