Completed
Push — master ( e873c2...9eeb42 )
by Lars
03:40
created
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.
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.