Skip to content

Commit 6d02c7d

Browse files
Robo release 5.1.1
1 parent 789c6a9 commit 6d02c7d

File tree

13 files changed

+120
-115
lines changed

13 files changed

+120
-115
lines changed

docs/tasks/ApiGen.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ $this->taskApiGen('./vendor/apigen/apigen.phar')
114114
* `debug($debug)`
115115

116116
* `param bool|string` $debug 'yes' or true to enable debug mode, 'no' or false otherwise.
117-
* `setOutput($output)`
118-
119-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
120117
* `setProcessInput($input)`
121118

122119
* `param resource|string` $input
@@ -138,5 +135,8 @@ $this->taskApiGen('./vendor/apigen/apigen.phar')
138135
* `optionList($option, $value = null, $separator = null)`
139136

140137
* `param string` $option
138+
* `setOutput($output)`
139+
140+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
141141

142142

docs/tasks/Archive.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ $this->taskExtract($archivePath)
3030
* `preserveTopDirectory($preserve = null)`
3131

3232
* `param bool` $preserve
33-
* `setOutput($output)`
34-
35-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
3633
* `getBuiltTask($fn, $args)`
3734

3835
* `param string` $fn
36+
* `setOutput($output)`
37+
38+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
3939

4040
## Pack
4141

docs/tasks/Base.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ if ($this->taskExec('phpunit .')->run()->wasSuccessful()) {
2222
* `simulate($context)`
2323

2424
* `param ` $context
25-
* `setOutput($output)`
26-
27-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
2825
* `setProcessInput($input)`
2926

3027
* `param resource|string` $input
@@ -49,6 +46,9 @@ if ($this->taskExec('phpunit .')->run()->wasSuccessful()) {
4946
* `optionList($option, $value = null, $separator = null)`
5047

5148
* `param string` $option
49+
* `setOutput($output)`
50+
51+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
5252

5353
## ExecStack
5454

@@ -79,15 +79,15 @@ $this->taskExecStack()
7979
* `result($result)`
8080

8181
* `param ` $result
82-
* `setOutput($output)`
83-
84-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
8582
* `setProcessInput($input)`
8683

8784
* `param resource|string` $input
8885
* `dir($dir)`
8986

9087
* `param string` $dir
88+
* `setOutput($output)`
89+
90+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
9191

9292
## ParallelExec
9393

docs/tasks/Bower.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ $this->taskBowerInstall('path/to/my/bower')
2929
* `offline()`
3030

3131
* `return $this`
32-
* `setOutput($output)`
33-
34-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
3532
* `setProcessInput($input)`
3633

3734
* `param resource|string` $input
@@ -56,6 +53,9 @@ $this->taskBowerInstall('path/to/my/bower')
5653
* `optionList($option, $value = null, $separator = null)`
5754

5855
* `param string` $option
56+
* `setOutput($output)`
57+
58+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
5959

6060

6161
## Update
@@ -87,9 +87,6 @@ $this->taskBowerUpdate('path/to/my/bower')
8787
* `offline()`
8888

8989
* `return $this`
90-
* `setOutput($output)`
91-
92-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
9390
* `setProcessInput($input)`
9491

9592
* `param resource|string` $input
@@ -114,4 +111,7 @@ $this->taskBowerUpdate('path/to/my/bower')
114111
* `optionList($option, $value = null, $separator = null)`
115112

116113
* `param string` $option
114+
* `setOutput($output)`
115+
116+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
117117

docs/tasks/Composer.md

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ $this->taskComposerValidate()->run();
5454
* `buildCommand()`
5555

5656
Copy class fields into command options as directed.
57-
* `setOutput($output)`
58-
59-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
6057
* `setProcessInput($input)`
6158

6259
* `param resource|string` $input
@@ -81,6 +78,9 @@ $this->taskComposerValidate()->run();
8178
* `optionList($option, $value = null, $separator = null)`
8279

8380
* `param string` $option
81+
* `setOutput($output)`
82+
83+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
8484

8585
## Config
8686

@@ -154,9 +154,6 @@ $this->taskComposerConfig()->set('bin-dir', 'bin/')->run();
154154
* `buildCommand()`
155155

156156
Copy class fields into command options as directed.
157-
* `setOutput($output)`
158-
159-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
160157
* `setProcessInput($input)`
161158

162159
* `param resource|string` $input
@@ -181,6 +178,9 @@ $this->taskComposerConfig()->set('bin-dir', 'bin/')->run();
181178
* `optionList($option, $value = null, $separator = null)`
182179

183180
* `param string` $option
181+
* `setOutput($output)`
182+
183+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
184184

185185
## CreateProject
186186

@@ -257,9 +257,6 @@ $this->taskComposerCreateProject()->source('foo/bar')->target('myBar')->run();
257257
* `workingDir($dir)`
258258

259259
* `param string` $dir
260-
* `setOutput($output)`
261-
262-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
263260
* `setProcessInput($input)`
264261

265262
* `param resource|string` $input
@@ -284,6 +281,9 @@ $this->taskComposerCreateProject()->source('foo/bar')->target('myBar')->run();
284281
* `optionList($option, $value = null, $separator = null)`
285282

286283
* `param string` $option
284+
* `setOutput($output)`
285+
286+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
287287

288288
## DumpAutoload
289289

@@ -358,9 +358,6 @@ $this->taskComposerDumpAutoload('path/to/my/composer.phar')
358358
* `buildCommand()`
359359

360360
Copy class fields into command options as directed.
361-
* `setOutput($output)`
362-
363-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
364361
* `setProcessInput($input)`
365362

366363
* `param resource|string` $input
@@ -385,6 +382,9 @@ $this->taskComposerDumpAutoload('path/to/my/composer.phar')
385382
* `optionList($option, $value = null, $separator = null)`
386383

387384
* `param string` $option
385+
* `setOutput($output)`
386+
387+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
388388

389389
## Init
390390

@@ -467,9 +467,6 @@ $this->taskComposerInit()->run();
467467
* `buildCommand()`
468468

469469
Copy class fields into command options as directed.
470-
* `setOutput($output)`
471-
472-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
473470
* `setProcessInput($input)`
474471

475472
* `param resource|string` $input
@@ -494,6 +491,9 @@ $this->taskComposerInit()->run();
494491
* `optionList($option, $value = null, $separator = null)`
495492

496493
* `param string` $option
494+
* `setOutput($output)`
495+
496+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
497497

498498
## Install
499499

@@ -562,9 +562,6 @@ $this->taskComposerInstall('path/to/my/composer.phar')
562562
* `buildCommand()`
563563

564564
Copy class fields into command options as directed.
565-
* `setOutput($output)`
566-
567-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
568565
* `setProcessInput($input)`
569566

570567
* `param resource|string` $input
@@ -589,6 +586,9 @@ $this->taskComposerInstall('path/to/my/composer.phar')
589586
* `optionList($option, $value = null, $separator = null)`
590587

591588
* `param string` $option
589+
* `setOutput($output)`
590+
591+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
592592

593593
## Remove
594594

@@ -602,6 +602,9 @@ $this->taskComposerRemove()->run();
602602
?>
603603
```
604604

605+
* `dependency($project)`
606+
607+
* `param array|string` $project
605608
* `dev($dev = null)`
606609

607610
* `param bool` $dev
@@ -656,9 +659,6 @@ $this->taskComposerRemove()->run();
656659
* `buildCommand()`
657660

658661
Copy class fields into command options as directed.
659-
* `setOutput($output)`
660-
661-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
662662
* `setProcessInput($input)`
663663

664664
* `param resource|string` $input
@@ -683,6 +683,9 @@ $this->taskComposerRemove()->run();
683683
* `optionList($option, $value = null, $separator = null)`
684684

685685
* `param string` $option
686+
* `setOutput($output)`
687+
688+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
686689

687690
## RequireDependency
688691

@@ -703,6 +706,8 @@ $this->taskComposerRequire()->dependency('foo/bar', '^.2.4.8')->run();
703706

704707
* `param bool` $noSuggest
705708
* `noUpdate()`
709+
710+
* `return $this`
706711
* `preferDist($preferDist = null)`
707712

708713
* `param bool` $preferDist
@@ -745,9 +750,6 @@ $this->taskComposerRequire()->dependency('foo/bar', '^.2.4.8')->run();
745750
* `buildCommand()`
746751

747752
Copy class fields into command options as directed.
748-
* `setOutput($output)`
749-
750-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
751753
* `setProcessInput($input)`
752754

753755
* `param resource|string` $input
@@ -772,6 +774,9 @@ $this->taskComposerRequire()->dependency('foo/bar', '^.2.4.8')->run();
772774
* `optionList($option, $value = null, $separator = null)`
773775

774776
* `param string` $option
777+
* `setOutput($output)`
778+
779+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
775780

776781

777782
## Update
@@ -841,9 +846,6 @@ $this->taskComposerUpdate('path/to/my/composer.phar')
841846
* `buildCommand()`
842847

843848
Copy class fields into command options as directed.
844-
* `setOutput($output)`
845-
846-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
847849
* `setProcessInput($input)`
848850

849851
* `param resource|string` $input
@@ -868,6 +870,9 @@ $this->taskComposerUpdate('path/to/my/composer.phar')
868870
* `optionList($option, $value = null, $separator = null)`
869871

870872
* `param string` $option
873+
* `setOutput($output)`
874+
875+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
871876

872877
## Validate
873878

@@ -938,9 +943,6 @@ $this->taskComposerValidate()->run();
938943
* `buildCommand()`
939944

940945
Copy class fields into command options as directed.
941-
* `setOutput($output)`
942-
943-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
944946
* `setProcessInput($input)`
945947

946948
* `param resource|string` $input
@@ -965,4 +967,7 @@ $this->taskComposerValidate()->run();
965967
* `optionList($option, $value = null, $separator = null)`
966968

967969
* `param string` $option
970+
* `setOutput($output)`
971+
972+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
968973

docs/tasks/Development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,6 @@ $this->taskServer(8000)
355355
* `simulate($context)`
356356

357357
* `param ` $context
358-
* `setOutput($output)`
359-
360-
* `param \Symfony\Component\Console\Output\OutputInterface` $output
361358
* `setProcessInput($input)`
362359

363360
* `param resource|string` $input
@@ -379,6 +376,9 @@ $this->taskServer(8000)
379376
* `optionList($option, $value = null, $separator = null)`
380377

381378
* `param string` $option
379+
* `setOutput($output)`
380+
381+
* `param \Symfony\Component\Console\Output\OutputInterface` $output
382382

383383
## SemVer
384384

0 commit comments

Comments
 (0)