@@ -82,12 +82,8 @@ discard block |
||
| 82 | 82 | * the Git command line utility. If the last argument is an array, it is |
| 83 | 83 | * passed as the command options. |
| 84 | 84 | * |
| 85 | - * @param string $command |
|
| 86 | - * The Git command being run, e.g. "clone", "commit", etc. |
|
| 87 | 85 | * @param string ... |
| 88 | 86 | * Zero or more arguments passed to the Git command. |
| 89 | - * @param array $options |
|
| 90 | - * An optional array of arguments to pass to the command. |
|
| 91 | 87 | * |
| 92 | 88 | * @return \GitWrapper\GitCommand |
| 93 | 89 | */ |
@@ -223,8 +219,6 @@ discard block |
||
| 223 | 219 | /** |
| 224 | 220 | * Sets a command line flag. |
| 225 | 221 | * |
| 226 | - * @param string $flag |
|
| 227 | - * The flag name, e.g. "q", "a". |
|
| 228 | 222 | * |
| 229 | 223 | * @reutrn \GitWrapper\GitCommand |
| 230 | 224 | * |
@@ -58,6 +58,7 @@ |
||
| 58 | 58 | |
| 59 | 59 | /** |
| 60 | 60 | * {@inheritdoc} |
| 61 | + * @param \Closure $callback |
|
| 61 | 62 | */ |
| 62 | 63 | public function run($callback = null) |
| 63 | 64 | { |
@@ -558,8 +558,6 @@ discard block |
||
| 558 | 558 | * |
| 559 | 559 | * @param string ... |
| 560 | 560 | * (optional) Additional command line arguments. |
| 561 | - * @param array $options |
|
| 562 | - * (optional) An associative array of command line options. |
|
| 563 | 561 | * |
| 564 | 562 | * @return GitWorkingCopy |
| 565 | 563 | * |
@@ -586,8 +584,6 @@ discard block |
||
| 586 | 584 | * The subcommand passed to `git bisect`. |
| 587 | 585 | * @param string ... |
| 588 | 586 | * (optional) Additional command line arguments. |
| 589 | - * @param array $options |
|
| 590 | - * (optional) An associative array of command line options. |
|
| 591 | 587 | * |
| 592 | 588 | * @return \GitWrapper\GitWorkingCopy |
| 593 | 589 | * |
@@ -612,8 +608,6 @@ discard block |
||
| 612 | 608 | * |
| 613 | 609 | * @param string ... |
| 614 | 610 | * (optional) Additional command line arguments. |
| 615 | - * @param array $options |
|
| 616 | - * (optional) An associative array of command line options. |
|
| 617 | 611 | * |
| 618 | 612 | * @return \GitWrapper\GitWorkingCopy |
| 619 | 613 | * |
@@ -637,8 +631,6 @@ discard block |
||
| 637 | 631 | * |
| 638 | 632 | * @param string ... |
| 639 | 633 | * (optional) Additional command line arguments. |
| 640 | - * @param array $options |
|
| 641 | - * (optional) An associative array of command line options. |
|
| 642 | 634 | * |
| 643 | 635 | * @return \GitWrapper\GitWorkingCopy |
| 644 | 636 | * |
@@ -698,8 +690,6 @@ discard block |
||
| 698 | 690 | * |
| 699 | 691 | * @param string ... |
| 700 | 692 | * (optional) Additional command line arguments. |
| 701 | - * @param array $options |
|
| 702 | - * (optional) An associative array of command line options. |
|
| 703 | 693 | * |
| 704 | 694 | * @return \GitWrapper\GitWorkingCopy |
| 705 | 695 | * |
@@ -730,8 +720,6 @@ discard block |
||
| 730 | 720 | * |
| 731 | 721 | * @param string ... |
| 732 | 722 | * (optional) Additional command line arguments. |
| 733 | - * @param array $options |
|
| 734 | - * (optional) An associative array of command line options. |
|
| 735 | 723 | * |
| 736 | 724 | * @return \GitWrapper\GitWorkingCopy |
| 737 | 725 | * |
@@ -756,8 +744,6 @@ discard block |
||
| 756 | 744 | * |
| 757 | 745 | * @param string ... |
| 758 | 746 | * (optional) Additional command line arguments. |
| 759 | - * @param array $options |
|
| 760 | - * (optional) An associative array of command line options. |
|
| 761 | 747 | * |
| 762 | 748 | * @return \GitWrapper\GitWorkingCopy |
| 763 | 749 | * |
@@ -782,8 +768,6 @@ discard block |
||
| 782 | 768 | * |
| 783 | 769 | * @param string ... |
| 784 | 770 | * (optional) Additional command line arguments. |
| 785 | - * @param array $options |
|
| 786 | - * (optional) An associative array of command line options. |
|
| 787 | 771 | * |
| 788 | 772 | * @return \GitWrapper\GitWorkingCopy |
| 789 | 773 | * |
@@ -807,8 +791,6 @@ discard block |
||
| 807 | 791 | * |
| 808 | 792 | * @param string ... |
| 809 | 793 | * (optional) Additional command line arguments. |
| 810 | - * @param array $options |
|
| 811 | - * (optional) An associative array of command line options. |
|
| 812 | 794 | * |
| 813 | 795 | * @return \GitWrapper\GitWorkingCopy |
| 814 | 796 | * |
@@ -859,8 +841,6 @@ discard block |
||
| 859 | 841 | * |
| 860 | 842 | * @param string ... |
| 861 | 843 | * (optional) Additional command line arguments. |
| 862 | - * @param array $options |
|
| 863 | - * (optional) An associative array of command line options. |
|
| 864 | 844 | * |
| 865 | 845 | * @return \GitWrapper\GitWorkingCopy |
| 866 | 846 | * |
@@ -884,8 +864,6 @@ discard block |
||
| 884 | 864 | * |
| 885 | 865 | * @param string ... |
| 886 | 866 | * (optional) Additional command line arguments. |
| 887 | - * @param array $options |
|
| 888 | - * (optional) An associative array of command line options. |
|
| 889 | 867 | * |
| 890 | 868 | * @return \GitWrapper\GitWorkingCopy |
| 891 | 869 | * |
@@ -940,8 +918,6 @@ discard block |
||
| 940 | 918 | * |
| 941 | 919 | * @param string ... |
| 942 | 920 | * (optional) Additional command line arguments. |
| 943 | - * @param array $options |
|
| 944 | - * (optional) An associative array of command line options. |
|
| 945 | 921 | * |
| 946 | 922 | * @return \GitWrapper\GitWorkingCopy |
| 947 | 923 | * |
@@ -965,8 +941,6 @@ discard block |
||
| 965 | 941 | * |
| 966 | 942 | * @param string ... |
| 967 | 943 | * (optional) Additional command line arguments. |
| 968 | - * @param array $options |
|
| 969 | - * (optional) An associative array of command line options. |
|
| 970 | 944 | * |
| 971 | 945 | * @return \GitWrapper\GitWorkingCopy |
| 972 | 946 | * |
@@ -990,8 +964,6 @@ discard block |
||
| 990 | 964 | * |
| 991 | 965 | * @param string ... |
| 992 | 966 | * (optional) Additional command line arguments. |
| 993 | - * @param array $options |
|
| 994 | - * (optional) An associative array of command line options. |
|
| 995 | 967 | * |
| 996 | 968 | * @return \GitWrapper\GitWorkingCopy |
| 997 | 969 | * |
@@ -1015,8 +987,6 @@ discard block |
||
| 1015 | 987 | * |
| 1016 | 988 | * @param string ... |
| 1017 | 989 | * (optional) Additional command line arguments. |
| 1018 | - * @param array $options |
|
| 1019 | - * (optional) An associative array of command line options. |
|
| 1020 | 990 | * |
| 1021 | 991 | * @return \GitWrapper\GitWorkingCopy |
| 1022 | 992 | * |
@@ -1040,8 +1010,6 @@ discard block |
||
| 1040 | 1010 | * |
| 1041 | 1011 | * @param string ... |
| 1042 | 1012 | * (optional) Additional command line arguments. |
| 1043 | - * @param array $options |
|
| 1044 | - * (optional) An associative array of command line options. |
|
| 1045 | 1013 | * |
| 1046 | 1014 | * @return \GitWrapper\GitWorkingCopy |
| 1047 | 1015 | * |
@@ -1121,8 +1089,6 @@ discard block |
||
| 1121 | 1089 | * |
| 1122 | 1090 | * @param string ... |
| 1123 | 1091 | * (optional) Additional command line arguments. |
| 1124 | - * @param array $options |
|
| 1125 | - * (optional) An associative array of command line options. |
|
| 1126 | 1092 | * |
| 1127 | 1093 | * @return \GitWrapper\GitWorkingCopy |
| 1128 | 1094 | * |
@@ -1146,8 +1112,6 @@ discard block |
||
| 1146 | 1112 | * |
| 1147 | 1113 | * @param string ... |
| 1148 | 1114 | * (optional) Additional command line arguments. |
| 1149 | - * @param array $options |
|
| 1150 | - * (optional) An associative array of command line options. |
|
| 1151 | 1115 | * |
| 1152 | 1116 | * @return \GitWrapper\GitWorkingCopy |
| 1153 | 1117 | * |
@@ -1171,8 +1135,6 @@ discard block |
||
| 1171 | 1135 | * |
| 1172 | 1136 | * @param string ... |
| 1173 | 1137 | * (optional) Additional command line arguments. |
| 1174 | - * @param array $options |
|
| 1175 | - * (optional) An associative array of command line options. |
|
| 1176 | 1138 | * |
| 1177 | 1139 | * @return \GitWrapper\GitWorkingCopy |
| 1178 | 1140 | * |
@@ -1196,8 +1158,6 @@ discard block |
||
| 1196 | 1158 | * |
| 1197 | 1159 | * @param string ... |
| 1198 | 1160 | * (optional) Additional command line arguments. |
| 1199 | - * @param array $options |
|
| 1200 | - * (optional) An associative array of command line options. |
|
| 1201 | 1161 | * |
| 1202 | 1162 | * @return \GitWrapper\GitWorkingCopy |
| 1203 | 1163 | * |
@@ -140,8 +140,6 @@ discard block |
||
| 140 | 140 | * |
| 141 | 141 | * @param string $var |
| 142 | 142 | * The name of the environment variable, e.g. "HOME", "GIT_SSH". |
| 143 | - * @param mixed $default |
|
| 144 | - * The value of the environment variable is not set, defaults to null. |
|
| 145 | 143 | * |
| 146 | 144 | * @return \GitWrapper\GitWrapper |
| 147 | 145 | */ |
@@ -222,8 +220,6 @@ discard block |
||
| 222 | 220 | /** |
| 223 | 221 | * Sets the options passed to proc_open() when executing the Git command. |
| 224 | 222 | * |
| 225 | - * @param array $timeout |
|
| 226 | - * The options passed to proc_open(). |
|
| 227 | 223 | * |
| 228 | 224 | * @return \GitWrapper\GitWrapper |
| 229 | 225 | */ |