Completed
Push — master ( e0ceab...5b1c33 )
by Joachim
14:58
created
src/Entity/Category.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -267,7 +267,7 @@  discard block
 block discarded – undo
267 267
      */
268 268
     public function getId(): int
269 269
     {
270
-        return (int)$this->id;
270
+        return (int) $this->id;
271 271
     }
272 272
 
273 273
     /**
@@ -285,7 +285,7 @@  discard block
 block discarded – undo
285 285
      */
286 286
     public function getExternalId(): int
287 287
     {
288
-        return (int)$this->externalId;
288
+        return (int) $this->externalId;
289 289
     }
290 290
 
291 291
     /**
@@ -303,7 +303,7 @@  discard block
 block discarded – undo
303 303
      */
304 304
     public function getNumber(): string
305 305
     {
306
-        return (string)$this->number;
306
+        return (string) $this->number;
307 307
     }
308 308
 
309 309
     /**
Please login to merge, or discard this patch.