@@ -56,7 +56,7 @@ |
||
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | /** |
| 59 | - * @param mixed $data |
|
| 59 | + * @param string $data |
|
| 60 | 60 | */ |
| 61 | 61 | protected function storeResults($data) { |
| 62 | 62 | if(is_file($this->storagePath)) { |
@@ -10,7 +10,7 @@ |
||
| 10 | 10 | |
| 11 | 11 | /** |
| 12 | 12 | * @param string $storagePath |
| 13 | - * @return \ChangelogParser\Driver\Driver |
|
| 13 | + * @return ChangelogManager |
|
| 14 | 14 | */ |
| 15 | 15 | public function setStoragePath($storagePath) { |
| 16 | 16 | $this->storagePath = $storagePath; |