Passed
Push — master ( eb33e7...d8a301 )
by Eric
01:53
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.