Completed
Push — master ( 664ed9...fc1708 )
by Lars
15:26
created
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.