| @@ -60,7 +60,7 @@ discard block | ||
| 60 | 60 | * Key should be before the first = symbol and value should be after. | 
| 61 | 61 | * Each new line (\r\n) should be a new array entry. | 
| 62 | 62 | * | 
| 63 | - * @param $string | |
| 63 | + * @param string $string | |
| 64 | 64 | * | 
| 65 | 65 | * @return array | 
| 66 | 66 | */ | 
| @@ -87,7 +87,7 @@ discard block | ||
| 87 | 87 | /** | 
| 88 | 88 | * Save the edited content to the file. | 
| 89 | 89 | * | 
| 90 | - * @param $string | |
| 90 | + * @param string $string | |
| 91 | 91 | * @return string | 
| 92 | 92 | */ | 
| 93 | 93 | public function saveFile($string) |