Passed
Push — master ( c04782...5620bf )
by Eric
06:08 queued 04:12
created
src/Exception/RateLimitExceededException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,4 +40,6 @@
 block discarded – undo
40 40
 /**
41 41
  * RateLimitExceededException.
42 42
  */
43
-final class RateLimitExceededException extends InvalidArgumentException {}
43
+final class RateLimitExceededException extends InvalidArgumentException
44
+{
45
+}
Please login to merge, or discard this patch.