Completed
Push — master ( 437695...8508be )
by Martijn
02:27
created
SwaggerGen/Swagger/Type/Property.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -53,6 +53,10 @@
 block discarded – undo
53 53
 	 */
54 54
 	private $Type;
55 55
 
56
+	/**
57
+	 * @param string $definition
58
+	 * @param string $description
59
+	 */
56 60
 	public function __construct(\SwaggerGen\Swagger\AbstractObject $parent, $definition, $description = null)
57 61
 	{
58 62
 		parent::__construct($parent);
Please login to merge, or discard this patch.