Passed
Push — master ( 9f7432...78c98f )
by Luiz Kim
32:24 queued 24:28
created
src/Entity/DisplayQueue.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.