Skip to content

Commit

Permalink
Fixed Table phpdoc example [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored Oct 29, 2017
1 parent 89ed494 commit 1c23e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/console/widgets/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
* or
*
* ```php
* echo Table::widget(
* echo Table::widget([
* 'headers' => ['test1', 'test2', 'test3'],
* 'rows' => [
* ['col1', 'col2', 'col3'],
* ['col1', 'col2', ['col3-0', 'col3-1', 'col3-2']],
* ],
* );
* ]);
*
* @author Daniel Gomez Pan <[email protected]>
* @since 2.0.13
Expand Down

0 comments on commit 1c23e6d

Please sign in to comment.