@@ -59,7 +59,7 @@ |
||
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(); |
@@ -29,8 +29,8 @@ |
||
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) { |