Completed
Push — master ( d29c7d...8008cc )
by Lars
06:52
created
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.
src/voku/helper/stopwords/ru.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,6 +156,6 @@
 block discarded – undo
156 156
     'между',
157 157
 ];
158 158
 
159
-$result =& $data;
159
+$result = & $data;
160 160
 unset($data);
161 161
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/StopWordsLanguageNotExists.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace voku\helper;
6 6
 
Please login to merge, or discard this patch.
src/voku/helper/stopwords/ca.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.