Completed
Pull Request — master (#29)
by Lars
11:28
created
src/voku/helper/data/translit_extra.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,6 +227,6 @@
 block discarded – undo
227 227
     '⦆' => '))',
228 228
 );
229 229
 
230
-$result =& $data;
230
+$result = & $data;
231 231
 unset($data);
232 232
 return $result;
Please login to merge, or discard this patch.
src/voku/helper/data/caseFolding_full.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -217,6 +217,6 @@
 block discarded – undo
217 217
         ),
218 218
 );
219 219
 
220
-$result =& $data;
220
+$result = & $data;
221 221
 unset($data);
222 222
 return $result;
Please login to merge, or discard this patch.