There is a comment for a variable that is missing a *

  /*
   * Http timeout time.
   */
  protected $timeout;

Should be

  /**
   * Http timeout time.
   */
  protected $timeout;

Comments

tim-diels created an issue. See original summary.

tim-diels’s picture

Status: Active » Needs review
StatusFileSize
new442 bytes
pjbaert’s picture

Status: Needs review » Needs work

I noticed there are more comment blocks with the wrong formatting.
Let's update them all in this ticket.

pjbaert’s picture

Status: Needs work » Needs review
StatusFileSize
new2.03 KB

Added some more *'s to fix all comment blocks.
I believe I caught them all. Please review.

tim-diels’s picture

Status: Needs review » Needs work

Think you forgot to include my patch?

tim-diels’s picture

Status: Needs work » Needs review
StatusFileSize
new2.08 KB

This patch is the combination of both.

  • pjbaert committed 0778196 on 8.x-2.x authored by tim-diels
    Issue #3223979 by tim-diels, pjbaert: Use correct formatting in comment...
pjbaert’s picture

Status: Needs review » Fixed

Thanks for your rework!
This was pushed to the 8.x-2.x branch

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.