Completed
Push — master ( 8bbe4c...a29760 )
by Nenad
12s queued 11s
created
src/Stripe/WebhookTester.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
 
57 57
     public function loadEventData($name)
58 58
     {
59
-        $file = dirname(__FILE__) . '/../webhooks/'.$this->version.'/'.$name.'.json';
59
+        $file = dirname(__FILE__).'/../webhooks/'.$this->version.'/'.$name.'.json';
60 60
 
61 61
         if (!file_exists($file)) {
62 62
             throw new InvalidEventException("Event does not exist in version ".$this->version, 1);
Please login to merge, or discard this patch.