Skip to content

Commit

Permalink
Remove spurrious debug from example files
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Apr 30, 2023
1 parent 919c904 commit 3a5256b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions examples/src/Robo/Plugin/Commands/ExampleCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ function ($key, $cellData, FormatterOptions $options) {
*/
public function tryOptionValues($somthing = 'default', $options = ['format' => 'table', 'fields' => 'options'])
{
var_export($options);
$data = [
'options' => $options,
];
Expand Down Expand Up @@ -420,9 +419,6 @@ public function exampleTable($unused = '', $options = ['format' => 'table', 'fie
*/
public function tryFormatters(InputInterface $input, $somthing = 'default', $options = ['format' => 'table', 'fields' => ''])
{
var_export($input->getParameterOption('fields'));

var_export($options);
$outputData = [
'en' => [ 'first' => 'One', 'second' => 'Two', 'third' => 'Three', 'fourth' => 'Four', ],
'de' => [ 'first' => 'Eins', 'second' => 'Zwei', 'third' => 'Drei', 'fourth' => 'Vier', ],
Expand Down

0 comments on commit 3a5256b

Please sign in to comment.