Completed
Push — master ( 699478...5c97e7 )
by Dan Michael O.
02:26
created
src/Exceptions/UsageLimitExceeded.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
        - 'userRateLimitExceeded': The per-user limit from the Developer Console has been reached.
10 10
        - 'userRateLimitExceededUnreg': Limit when unregistered
11 11
        - More?
12
-    */
12
+     */
13 13
     private $reason;
14 14
 
15 15
     public function __construct($message, $reason)
Please login to merge, or discard this patch.