Skip to content

Commit bffc00b

Browse files
author
costdev
committed
Tests: Fix docblock alignment.
1 parent a351f77 commit bffc00b

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

tests/phpunit/tests/admin/wpListTable.php

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -124,23 +124,23 @@ public function data_should_only_add_primary_column_when_needed() {
124124
}
125125

126126
/**
127-
* Tests the "get_views_links()" method.
128-
*
129-
* @ticket 42066
130-
*
131-
* @covers WP_List_Table::get_views_links
132-
*
133-
* @dataProvider data_get_views_links
134-
*
135-
* @param array $link_data {
136-
* An array of link data.
137-
*
138-
* @type string $url The link URL.
139-
* @type string $label The link label.
140-
* @type bool $current Optional. Whether this is the currently selected view.
141-
* }
142-
* @param array $expected
143-
*/
127+
* Tests the "get_views_links()" method.
128+
*
129+
* @ticket 42066
130+
*
131+
* @covers WP_List_Table::get_views_links
132+
*
133+
* @dataProvider data_get_views_links
134+
*
135+
* @param array $link_data {
136+
* An array of link data.
137+
*
138+
* @type string $url The link URL.
139+
* @type string $label The link label.
140+
* @type bool $current Optional. Whether this is the currently selected view.
141+
* }
142+
* @param array $expected
143+
*/
144144
public function test_get_views_links( $link_data, $expected ) {
145145
$get_views_links = new ReflectionMethod( self::$list_table, 'get_views_links' );
146146
$get_views_links->setAccessible( true );

0 commit comments

Comments
 (0)