@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | /** |
43 | 43 | * Class constructor |
44 | 44 | * |
45 | - * @param null $path the physical path to the git binary |
|
45 | + * @param null|string $path the physical path to the git binary |
|
46 | 46 | */ |
47 | 47 | public function __construct(string $path = null) |
48 | 48 | { |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | * path getter |
58 | 58 | * returns the path of the binary |
59 | 59 | * |
60 | - * @return mixed |
|
60 | + * @return string |
|
61 | 61 | */ |
62 | 62 | public function getPath() |
63 | 63 | { |