Passed
Push — master ( 41b396...8925e1 )
by Luiz Kim
15:46 queued 07:36
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.