Completed
Branch master (8a1936)
by Cedric
02:11
created
Category
Model/ShariffConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@
 block discarded – undo
204 204
 
205 205
         $result['services'] = array_filter(
206 206
             $result['services'],
207
-            function ($v) {
207
+            function($v) {
208 208
                 return 'Twitter' != $v && 'Mail' != $v;
209 209
             }
210 210
         );
Please login to merge, or discard this patch.