Completed
Push — master ( 4ec6a5...6c4e95 )
by Lars
03:50 queued 02:14
created
src/voku/helper/stopwords/it.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@
 block discarded – undo
284 284
     'stando',
285 285
 ];
286 286
 
287
-$result =& $data;
287
+$result = & $data;
288 288
 unset($data);
289 289
 return $result;
290 290
 
Please login to merge, or discard this patch.
src/voku/helper/stopwords/ar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,6 +167,6 @@
 block discarded – undo
167 167
     'صفر',
168 168
 ];
169 169
 
170
-$result =& $data;
170
+$result = & $data;
171 171
 unset($data);
172 172
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/et.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,6 +40,6 @@
 block discarded – undo
40 40
     'ära',
41 41
 ];
42 42
 
43
-$result =& $data;
43
+$result = & $data;
44 44
 unset($data);
45 45
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/bg.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -264,6 +264,6 @@
 block discarded – undo
264 264
     'як',
265 265
 ];
266 266
 
267
-$result =& $data;
267
+$result = & $data;
268 268
 unset($data);
269 269
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/hr.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,6 +184,6 @@
 block discarded – undo
184 184
     'što',
185 185
 ];
186 186
 
187
-$result =& $data;
187
+$result = & $data;
188 188
 unset($data);
189 189
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/en.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -324,6 +324,6 @@
 block discarded – undo
324 324
     'the',
325 325
 ];
326 326
 
327
-$result =& $data;
327
+$result = & $data;
328 328
 unset($data);
329 329
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/fr.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -712,6 +712,6 @@
 block discarded – undo
712 712
     'zéro',
713 713
 ];
714 714
 
715
-$result =& $data;
715
+$result = & $data;
716 716
 unset($data);
717 717
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/vi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -650,6 +650,6 @@
 block discarded – undo
650 650
     'ử',
651 651
 ];
652 652
 
653
-$result =& $data;
653
+$result = & $data;
654 654
 unset($data);
655 655
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/el.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -270,6 +270,6 @@
 block discarded – undo
270 270
     'ᾧ',
271 271
 ];
272 272
 
273
-$result =& $data;
273
+$result = & $data;
274 274
 unset($data);
275 275
 return $result;
Please login to merge, or discard this patch.