vindi/vindi-woocommerce

View on GitHub
src/validators/FieldValidator.php

Summary

Maintainability
A
0 mins
Test Coverage

Each class must be in a namespace of at least one level (a top-level vendor name)
Open

class FieldValidator {

Opening brace of a class must be on the line after the definition
Open

class FieldValidator {

Function closing brace must go on the next line following the body; found 3 blank lines before brace
Open

  }

Opening brace should be on a new line
Open

  public function customer() {

Line indented incorrectly; expected 4 spaces, found 2
Open

  }

Line indented incorrectly; expected 4 spaces, found 2
Open

  public function customer() {

There are no issues that match your filters.

Category
Status