Completed
Push — master ( 664ed9...fc1708 )
by Lars
15:26
created
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.
src/voku/helper/stopwords/pl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,6 +143,6 @@
 block discarded – undo
143 143
     'że',
144 144
 );
145 145
 
146
-$result =& $data;
146
+$result = & $data;
147 147
 unset($data);
148 148
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/sk.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -261,6 +261,6 @@
 block discarded – undo
261 261
     'že',
262 262
 );
263 263
 
264
-$result =& $data;
264
+$result = & $data;
265 265
 unset($data);
266 266
 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.
src/voku/helper/stopwords/eo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,6 +178,6 @@
 block discarded – undo
178 178
     'ŝin',
179 179
 );
180 180
 
181
-$result =& $data;
181
+$result = & $data;
182 182
 unset($data);
183 183
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/stopwords/uk.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -390,6 +390,6 @@
 block discarded – undo
390 390
     'дев\'ятнадцятий',
391 391
 );
392 392
 
393
-$result =& $data;
393
+$result = & $data;
394 394
 unset($data);
395 395
 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/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/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.