Completed
Pull Request — master (#6)
by
unknown
18:11
created
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.
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/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.