Completed
Branch master (ffa084)
by Martijn
06:37 queued 03:03
created
SwaggerGen/SwaggerGen.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,11 +74,17 @@  discard block
 block discarded – undo
74 74
 		$this->typeRegistry = $typeRegistry;
75 75
 	}
76 76
 
77
+	/**
78
+	 * @param string $name
79
+	 */
77 80
 	public function define($name, $value = 1)
78 81
 	{
79 82
 		$this->defines[$name] = $value;
80 83
 	}
81 84
 
85
+	/**
86
+	 * @param string $name
87
+	 */
82 88
 	public function undefine($name)
83 89
 	{
84 90
 		unset($this->defines[$name]);
@@ -98,7 +104,7 @@  discard block
 block discarded – undo
98 104
 	/**
99 105
 	 * @param string $file
100 106
 	 * @param string[] $dirs
101
-	 * @return Php\Entity\Statement[]
107
+	 * @return Statement[]
102 108
 	 */
103 109
 	private function parseTextFile($file, $dirs)
104 110
 	{
Please login to merge, or discard this patch.