Passed
Push — master ( db5ea0...41b396 )
by Luiz Kim
37:54 queued 29:55
created
Category
src/Entity/HardwareQueue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * Set the value of id
89 89
      */
90
-    public function setId( $id): self
90
+    public function setId($id): self
91 91
     {
92 92
         $this->id = $id;
93 93
 
Please login to merge, or discard this patch.