Completed
Push — master ( e893f6...204e13 )
by Peter
20:17
created
src/Builder/DocComment.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -41,6 +41,9 @@  discard block
 block discarded – undo
41 41
 		self::$parsedFiles = [];
42 42
 	}
43 43
 
44
+	/**
45
+	 * @param Reflector $reflection
46
+	 */
44 47
 	public function get($reflection)
45 48
 	{
46 49
 		if ($reflection instanceof ReflectionClass)
@@ -275,6 +278,9 @@  discard block
 block discarded – undo
275 278
 		return $fqn;
276 279
 	}
277 280
 
281
+	/**
282
+	 * @param integer $max
283
+	 */
278 284
 	private function getString($tokens, &$i, $max)
279 285
 	{
280 286
 		do
Please login to merge, or discard this patch.