Completed
Push — master ( fe4715...d7dc39 )
by Vladimir
02:30
created
src/Pulse.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
      *
137 137
      * @return string
138 138
      */
139
-    public function getUrl()
139
+    public function getUrl ()
140 140
     {
141 141
         return $this->url;
142 142
     }
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
      *
147 147
      * @return int
148 148
      */
149
-    public function getId()
149
+    public function getId ()
150 150
     {
151 151
         return $this->id;
152 152
     }
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
      *
157 157
      * @return string
158 158
      */
159
-    public function getName()
159
+    public function getName ()
160 160
     {
161 161
         return $this->name;
162 162
     }
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
      *
167 167
      * @return int
168 168
      */
169
-    public function getUpdatesCount()
169
+    public function getUpdatesCount ()
170 170
     {
171 171
         return $this->updates_count;
172 172
     }
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
      *
177 177
      * @return int
178 178
      */
179
-    public function getBoardId()
179
+    public function getBoardId ()
180 180
     {
181 181
         return $this->board_id;
182 182
     }
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
      *
187 187
      * @return \DateTime
188 188
      */
189
-    public function getCreatedAt()
189
+    public function getCreatedAt ()
190 190
     {
191 191
         return $this->created_at;
192 192
     }
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
      *
197 197
      * @return \DateTime
198 198
      */
199
-    public function getUpdatedAt()
199
+    public function getUpdatedAt ()
200 200
     {
201 201
         return $this->updated_at;
202 202
     }
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
      * @since 0.1.0
215 215
      * @return string
216 216
      */
217
-    public function getGroupId($forceFetch = false)
217
+    public function getGroupId ($forceFetch = false)
218 218
     {
219 219
         if (empty($this->group_id) || $forceFetch)
220 220
         {
Please login to merge, or discard this patch.