Completed
Push — master ( 0b3050...83401a )
by Song
02:55
created
src/Form/Field/Select.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
      *
141 141
      * @return $this
142 142
      */
143
-    public function loads($fields = [], $sourceUrls = [] , $idField = 'id', $textField = 'text')
143
+    public function loads($fields = [], $sourceUrls = [], $idField = 'id', $textField = 'text')
144 144
     {
145 145
         $fieldsStr = join(".", $fields);
146 146
         $urlsStr = join("^", $sourceUrls);
Please login to merge, or discard this patch.