Completed
Pull Request — master (#95)
by
unknown
04:44
created
src/eXpansion/Framework/Core/Model/Gui/Manialink.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         $this->posX = $posX;
51 51
         $this->posY = $posY;
52 52
         $this->id = uniqid("ml_", true);
53
-   //     $this->id = spl_object_hash($this);
53
+    //     $this->id = spl_object_hash($this);
54 54
     }
55 55
 
56 56
     /**
Please login to merge, or discard this patch.