Skip to content

Commit

Permalink
Docs: Remove an empty line between @param and @return in the test…
Browse files Browse the repository at this point in the history
…s added in [45101], per documentation coding standards.

See #45029.

git-svn-id: https://develop.svn.wordpress.org/trunk@45103 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Apr 2, 2019
1 parent 3b70281 commit f6f02a3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion tests/phpunit/tests/widgets/media-audio-widget.php
Expand Up @@ -74,7 +74,6 @@ function test_get_instance_schema_filtering() {
*
* @param array $schema Schema.
* @param WP_Widget_Media_Audio $widget Widget.
*
* @return array
*/
public function filter_instance_schema( $schema, $widget ) {
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/tests/widgets/media-image-widget.php
Expand Up @@ -34,6 +34,7 @@ function clean_up_global_scope() {
function test_get_instance_schema() {
$widget = new WP_Widget_Media_Image();
$schema = $widget->get_instance_schema();

$this->assertEqualSets(
array(
'alt',
Expand Down Expand Up @@ -80,7 +81,6 @@ function test_get_instance_schema_filtering() {
*
* @param array $schema Schema.
* @param WP_Widget_Media_Image $widget Widget.
*
* @return array
*/
public function filter_instance_schema( $schema, $widget ) {
Expand Down
1 change: 0 additions & 1 deletion tests/phpunit/tests/widgets/media-video-widget.php
Expand Up @@ -75,7 +75,6 @@ function test_get_instance_schema_filtering() {
*
* @param array $schema Schema.
* @param WP_Widget_Media_Video $widget Widget.
*
* @return array
*/
public function filter_instance_schema( $schema, $widget ) {
Expand Down
1 change: 0 additions & 1 deletion tests/phpunit/tests/widgets/media-widget.php
Expand Up @@ -187,7 +187,6 @@ function test_sanitize_token_list_string() {
*
* @param array $schema Schema.
* @param WP_Widget_Media $widget Widget.
*
* @return array
*/
public function filter_instance_schema( $schema, $widget ) {
Expand Down

0 comments on commit f6f02a3

Please sign in to comment.