Completed
Pull Request — master (#33)
by Martijn
02:18
created
SwaggerGen/Swagger/Swagger.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -91,6 +91,7 @@  discard block
 block discarded – undo
91 91
 
92 92
 	/**
93 93
 	 * Is a type format known?
94
+	 * @param string $name
94 95
 	 * @return bool
95 96
 	 */
96 97
 	public function hasFormat($name)
@@ -100,6 +101,7 @@  discard block
 block discarded – undo
100 101
 
101 102
 	/**
102 103
 	 * Get the type class name
104
+	 * @param string $name
103 105
 	 * @return null|string
104 106
 	 */
105 107
 	public function getFormat($name)
Please login to merge, or discard this patch.