This is wrong:

namespace  Drupal\example;

Correct:

namespace Drupal\example;

Check if a sniff for that already exists in Squiz or another standard. If not create a sniff.

Comments

klausi created an issue. See original summary.

  • klausi committed adbe68c on 8.x-2.x
    Issue #2677262: Added sniff for single space between namespace keyword...
klausi’s picture

Status: Active » Fixed

Committed a sniff.

Status: Fixed » Closed (fixed)

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