Test Setup Failed
Push — master ( 6b687a...28e039 )
by Stefan
05:53
created
core/diag/RFC7585Tests.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
                     'ad' => $securedAnswer,
204 204
                     ];
205 205
             }
206
-        } catch(\Net_DNS2_Exception $e) {
206
+        } catch (\Net_DNS2_Exception $e) {
207 207
         }
208 208
         if (count($NAPTRs) == 0) {
209 209
             $this->NAPTR_executed = RFC7585Tests::RETVAL_NONAPTR;
Please login to merge, or discard this patch.