Passed
Push — main ( 5a0a5a...8fbbef )
by Daniel
12:30 queued 01:35
created
src/Client.php 1 patch
Indentation   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -53,7 +53,6 @@  discard block
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-
57 56
      */
58 57
     public function classPasses(): ClassPasses
59 58
     {
@@ -66,16 +65,14 @@  discard block
 block discarded – undo
66 65
     {
67 66
         return new Events($this->transporter);
68 67
     }
69
-   /**
70
-
71
-    */
68
+    /**
69
+     */
72 70
     public function locations(): Locations
73 71
     {
74 72
         return new Locations($this->transporter);
75 73
     }
76 74
 /**
77
-
78
- */
75
+     */
79 76
     public function tickets(): Tickets
80 77
     {
81 78
         return new Tickets($this->transporter);
Please login to merge, or discard this patch.