src/controllers/index.php
Showing 17 of 17 total issues
Visibility must be declared on method "__construct" Open
Open
function __construct(VindiSettings $vindi_settings)
- Exclude checks
Visibility must be declared on method "includes" Open
Open
function includes()
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 2 Open
Open
public $customers;
- Exclude checks
Line indented incorrectly; expected at least 4 spaces, found 2 Open
Open
{
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 2 Open
Open
function __construct(VindiSettings $vindi_settings)
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
$this->products = new ProductController($vindi_settings);
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 2 Open
Open
public $plans;
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 2 Open
Open
public $products;
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 2 Open
Open
}
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
$this->includes();
- Exclude checks
Line indented incorrectly; expected at least 4 spaces, found 2 Open
Open
{
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 2 Open
Open
private $path;
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 2 Open
Open
}
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
$this->customers = new CustomerController($vindi_settings);
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 2 Open
Open
function includes()
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
$this->plans = new PlansController($vindi_settings);
- Exclude checks