Completed
Pull Request — develop (#147)
by
unknown
12:57
created
src/GitElephant/GitBinary.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.