Completed
Push — master ( 2ef50e...18ed3e )
by Dmitry
02:37
created
src/AbstractTarget.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -28,6 +28,9 @@
 block discarded – undo
28 28
      */
29 29
     protected $uniqId;
30 30
 
31
+    /**
32
+     * @param integer $id
33
+     */
31 34
     public function __construct($id, TypeInterface $type)
32 35
     {
33 36
         $this->id = $id;
Please login to merge, or discard this patch.