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.
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
Comment #3
klausiCommitted a sniff.