Completed
Push — master ( 042690...c2d572 )
by Neomerx
01:51
created
src/Rules/Generic/Filter.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,8 +105,7 @@
 block discarded – undo
105 105
         $output = filter_var($value, $filterId, $filterOptions);
106 106
 
107 107
         return $output !== false ?
108
-            BlockReplies::createSuccessReply($output) :
109
-            BlockReplies::createErrorReply($context, $value, $errorCode, [$filterId, $filterOptions]);
108
+            BlockReplies::createSuccessReply($output) : BlockReplies::createErrorReply($context, $value, $errorCode, [$filterId, $filterOptions]);
110 109
     }
111 110
 
112 111
     /**
Please login to merge, or discard this patch.