Completed
Push — master ( 3c32f9...42fff5 )
by Paweł
03:24
created
classes/CodeReview/Analyzer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 	/**
60 60
 	 * @param string $subPath
61 61
 	 * @throws \CodeReview\IOException
62
-	 * @return CodeReviewFileFilterIterator
62
+	 * @return FileFilterIterator
63 63
 	 */
64 64
 	public function getPhpFilesIterator($subPath = 'engine/') {
65 65
 		$config = \code_review::getConfig();
Please login to merge, or discard this patch.
classes/CodeReview/Config.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,8 @@
 block discarded – undo
29 29
 	}
30 30
 
31 31
 	/**
32
-	 * @param      $key
33
-	 * @param null $default
32
+	 * @param      string $key
33
+	 * @param boolean $default
34 34
 	 * @return null
35 35
 	 */
36 36
 	public function getOption($key, $default = null) {
Please login to merge, or discard this patch.