Completed
Push — master ( 4c11d7...d8d25b )
by Quentin
03:06
created
src/Majora/Framework/Normalizer/Tests/MajoraNormalizerTest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -147,6 +147,8 @@  discard block
 block discarded – undo
147 147
 
148 148
     /**
149 149
      * Construct.
150
+     * @param integer $id
151
+     * @param integer $bladesNumber
150 152
      */
151 153
     public function __construct($id, $bladesNumber = null, $nothing = 'wrong')
152 154
     {
@@ -164,6 +166,9 @@  discard block
 block discarded – undo
164 166
         return $this->id;
165 167
     }
166 168
 
169
+    /**
170
+     * @param string $color
171
+     */
167 172
     public function setColor($color) {
168 173
         $this->color = $color;
169 174
     }
Please login to merge, or discard this patch.