Completed
Push — master ( d29c7d...8008cc )
by Lars
06:52
created
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/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/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/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/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/pt.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
     'teriam',
209 209
 ];
210 210
 
211
-$result =& $data;
211
+$result = & $data;
212 212
 unset($data);
213 213
 return $result;
214 214
 
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.
src/voku/helper/stopwords/nl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,6 +106,6 @@
 block discarded – undo
106 106
     'andere',
107 107
 ];
108 108
 
109
-$result =& $data;
109
+$result = & $data;
110 110
 unset($data);
111 111
 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.