Completed
Push — master ( 5c0896...4ec6a5 )
by Lars
02:17
created
src/voku/helper/stopwords/ro.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,6 +263,6 @@
 block discarded – undo
263 263
     'am',
264 264
 ];
265 265
 
266
-$result =& $data;
266
+$result = & $data;
267 267
 unset($data);
268 268
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/lt.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -479,6 +479,6 @@
 block discarded – undo
479 479
     'þemiau',
480 480
 ];
481 481
 
482
-$result =& $data;
482
+$result = & $data;
483 483
 unset($data);
484 484
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/hi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -230,6 +230,6 @@
 block discarded – undo
230 230
     'होने',
231 231
 ];
232 232
 
233
-$result =& $data;
233
+$result = & $data;
234 234
 unset($data);
235 235
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/es.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -318,6 +318,6 @@
 block discarded – undo
318 318
     'tened',
319 319
 ];
320 320
 
321
-$result =& $data;
321
+$result = & $data;
322 322
 unset($data);
323 323
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/de.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1028,6 +1028,6 @@
 block discarded – undo
1028 1028
     'übrigens',
1029 1029
 ];
1030 1030
 
1031
-$result =& $data;
1031
+$result = & $data;
1032 1032
 unset($data);
1033 1033
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/fi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -240,6 +240,6 @@
 block discarded – undo
240 240
     'itse',
241 241
 ];
242 242
 
243
-$result =& $data;
243
+$result = & $data;
244 244
 unset($data);
245 245
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/da.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,6 +175,6 @@
 block discarded – undo
175 175
     'været',
176 176
 ];
177 177
 
178
-$result =& $data;
178
+$result = & $data;
179 179
 unset($data);
180 180
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/lv.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,6 +166,6 @@
 block discarded – undo
166 166
     'šaipus',
167 167
 ];
168 168
 
169
-$result =& $data;
169
+$result = & $data;
170 170
 unset($data);
171 171
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/id.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -362,6 +362,6 @@
 block discarded – undo
362 362
     'yang',
363 363
 ];
364 364
 
365
-$result =& $data;
365
+$result = & $data;
366 366
 unset($data);
367 367
 return $result;
Please login to merge, or discard this patch.