Completed
Push — master ( 4ec6a5...6c4e95 )
by Lars
03:50 queued 02:14
created
src/voku/helper/stopwords/cz.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.