Skip to content

Commit

Permalink
Add additional line breaks in phpdoc
Browse files Browse the repository at this point in the history
Co-authored-by: Mukesh Panchal <mukeshpanchal27@users.noreply.github.com>
  • Loading branch information
westonruter and mukeshpanchal27 committed Jan 12, 2024
1 parent 4bb2ca8 commit d62d710
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public function data_provider_test_ilo_can_optimize_response(): array {
* Test ilo_can_optimize_response().
*
* @covers ::ilo_can_optimize_response
*
* @dataProvider data_provider_test_ilo_can_optimize_response
*/
public function test_ilo_can_optimize_response( Closure $set_up, bool $expected ) {
Expand Down Expand Up @@ -188,6 +189,7 @@ public function data_provider_test_ilo_construct_preload_links(): array {
* Test ilo_construct_preload_links().
*
* @covers ::ilo_construct_preload_links
*
* @dataProvider data_provider_test_ilo_construct_preload_links
*/
public function test_ilo_construct_preload_links( array $lcp_elements_by_minimum_viewport_widths, string $expected ) {
Expand Down Expand Up @@ -446,6 +448,7 @@ public function data_provider_test_ilo_optimize_template_output_buffer(): array
* Test ilo_optimize_template_output_buffer().
*
* @covers ::ilo_optimize_template_output_buffer
*
* @dataProvider data_provider_test_ilo_optimize_template_output_buffer
*/
public function test_ilo_optimize_template_output_buffer( Closure $set_up, string $buffer, string $expected ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public function data_provider_test_ilo_get_normalized_query_vars(): array {
* Test ilo_get_normalized_query_vars().
*
* @covers ::ilo_get_normalized_query_vars
*
* @dataProvider data_provider_test_ilo_get_normalized_query_vars
*/
public function test_ilo_get_normalized_query_vars( Closure $set_up ) {
Expand Down Expand Up @@ -175,6 +176,7 @@ public function data_provider_sample_size_and_breakpoints(): array {
* Test ilo_unshift_url_metrics().
*
* @covers ::ilo_unshift_url_metrics
*
* @dataProvider data_provider_sample_size_and_breakpoints
*/
public function test_ilo_unshift_url_metrics( int $sample_size, array $breakpoints, array $viewport_widths ) {
Expand Down Expand Up @@ -293,6 +295,7 @@ public function data_provider_test_ilo_group_url_metrics_by_breakpoint(): array
* Test ilo_group_url_metrics_by_breakpoint().
*
* @covers ::ilo_group_url_metrics_by_breakpoint
*
* @dataProvider data_provider_test_ilo_group_url_metrics_by_breakpoint
*/
public function test_ilo_group_url_metrics_by_breakpoint( array $breakpoints, array $viewport_widths ) {
Expand Down Expand Up @@ -505,6 +508,7 @@ public function data_provider_test_ilo_get_needed_minimum_viewport_widths(): arr
* Test ilo_get_needed_minimum_viewport_widths().
*
* @covers ::ilo_get_needed_minimum_viewport_widths
*
* @dataProvider data_provider_test_ilo_get_needed_minimum_viewport_widths
*/
public function test_ilo_get_needed_minimum_viewport_widths( array $url_metrics, float $current_time, array $breakpoint_max_widths, int $sample_size, int $freshness_ttl, array $expected ) {
Expand Down

0 comments on commit d62d710

Please sign in to comment.