Completed
Push — master ( 9798fd...de63f1 )
by Francesco
12:50
created
src/Domain/Model/Feature.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
         return $feature;
14 14
     }
15 15
 
16
+    /**
17
+     * @param boolean $isEnabled
18
+     */
16 19
     private function __construct($name, $isEnabled)
17 20
     {
18 21
         $this->name = $name;
Please login to merge, or discard this patch.