Completed
Push — master ( e873c2...9eeb42 )
by Lars
03:40
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/da.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,6 +99,6 @@
 block discarded – undo
99 99
     'sådan',
100 100
 );
101 101
 
102
-$result =& $data;
102
+$result = & $data;
103 103
 unset($data);
104 104
 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/tr.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,6 +58,6 @@
 block discarded – undo
58 58
     'yani',
59 59
 );
60 60
 
61
-$result =& $data;
61
+$result = & $data;
62 62
 unset($data);
63 63
 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/no.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,6 +181,6 @@
 block discarded – undo
181 181
     'vart',
182 182
 );
183 183
 
184
-$result =& $data;
184
+$result = & $data;
185 185
 unset($data);
186 186
 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
@@ -710,6 +710,6 @@
 block discarded – undo
710 710
     'zéro',
711 711
 );
712 712
 
713
-$result =& $data;
713
+$result = & $data;
714 714
 unset($data);
715 715
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/hu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -204,6 +204,6 @@
 block discarded – undo
204 204
     'volna',
205 205
 );
206 206
 
207
-$result =& $data;
207
+$result = & $data;
208 208
 unset($data);
209 209
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/sv.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,6 +119,6 @@
 block discarded – undo
119 119
     'vilkas',
120 120
 );
121 121
 
122
-$result =& $data;
122
+$result = & $data;
123 123
 unset($data);
124 124
 return $result;
Please login to merge, or discard this patch.