Completed
Push — master ( fa8b7a...f05216 )
by Владислав
02:37
created
src/core/DeCaptchaWiki.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -246,7 +246,7 @@
 block discarded – undo
246 246
      */
247 247
     public function getText($name, $separator = '; ')
248 248
     {
249
-        $getResult = function ($name, $texts) {
249
+        $getResult = function($name, $texts) {
250 250
             if (is_array($name)) {
251 251
                 $name = implode('_', $name);
252 252
             }
Please login to merge, or discard this patch.