Completed
Pull Request — master (#3075)
by
unknown
02:57
created
src/Form/Field/Select.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
      *
41 41
      * @param array|callable|string $options
42 42
      *
43
-     * @return $this|mixed
43
+     * @return Select
44 44
      */
45 45
     public function options($options = [])
46 46
     {
@@ -96,6 +96,10 @@  discard block
 block discarded – undo
96 96
         return $this;
97 97
     }
98 98
 
99
+    /**
100
+     * @param string $key
101
+     * @param string $val
102
+     */
99 103
     private function template($key, $val)
100 104
     {
101 105
         $this->config['escapeMarkup'] = 'function (markup) {return markup;}';
Please login to merge, or discard this patch.