Completed
Push — master ( e873c2...9eeb42 )
by Lars
03:40
created
src/voku/helper/stopwords/ca.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/hi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,6 +174,6 @@
 block discarded – undo
174 174
     'होने',
175 175
 );
176 176
 
177
-$result =& $data;
177
+$result = & $data;
178 178
 unset($data);
179 179
 return $result;
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/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/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/sk.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
     'že',
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/ua.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/cz.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/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.