|
42 | 42 | [ValidateNotNull()] |
43 | 43 | [ValidateSet('stable', 'beta', 'alpha', 'devel', 'snapshot')] |
44 | 44 | [string] $MinimumStability, |
45 | | - [Parameter(Mandatory = $false, Position = 4, HelpMessage = 'The maximum stability flag of the package: one of ''stable'' (default), ''beta'', ''alpha'', ''devel'' or ''snapshot'')')] |
| 45 | + [Parameter(Mandatory = $false, Position = 3, HelpMessage = 'The maximum stability flag of the package: one of ''stable'' (default), ''beta'', ''alpha'', ''devel'' or ''snapshot'')')] |
46 | 46 | [ValidateNotNull()] |
47 | 47 | [ValidateSet('stable', 'beta', 'alpha', 'devel', 'snapshot')] |
48 | 48 | [string] $MaximumStability, |
49 | | - [Parameter(Mandatory = $false, Position = 3, HelpMessage = 'The path to the PHP installation; if omitted we''ll use the one found in the PATH environment variable')] |
| 49 | + [Parameter(Mandatory = $false, Position = 4, HelpMessage = 'The path to the PHP installation; if omitted we''ll use the one found in the PATH environment variable')] |
50 | 50 | [ValidateNotNull()] |
51 | 51 | [ValidateLength(1, [int]::MaxValue)] |
52 | 52 | [string] $Path, |
53 | | - [Parameter(Mandatory = $false, Position = 4, HelpMessage = 'The path where additional files (DLL, ...) will be installed; if omitted we''ll use the directory where PHP resides')] |
| 53 | + [Parameter(Mandatory = $false, Position = 5, HelpMessage = 'The path where additional files (DLL, ...) will be installed; if omitted we''ll use the directory where PHP resides')] |
54 | 54 | [ValidateNotNull()] |
55 | 55 | [ValidateLength(1, [int]::MaxValue)] |
56 | 56 | [string] $AdditionalFilesPath, |
|
0 commit comments