Passed
Push — master ( f4255a...129279 )
by Eric
02:08
created
src/Exception/NumverifyApiResponseException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,4 +21,6 @@
 block discarded – undo
21 21
 /**
22 22
  * Thrown when the Numverify API returns an API response that is unexpected.
23 23
  */
24
-class NumverifyApiResponseException extends RuntimeException {}
24
+class NumverifyApiResponseException extends RuntimeException
25
+{
26
+}
Please login to merge, or discard this patch.