Completed
Push — master ( 664ed9...fc1708 )
by Lars
15:26
created
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/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.
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/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/ka.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -378,6 +378,6 @@
 block discarded – undo
378 378
     'უფრო და უფრო',
379 379
 );
380 380
 
381
-$result =& $data;
381
+$result = & $data;
382 382
 unset($data);
383 383
 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.