hnhdigital-os/laravel-resources-loader

View on GitHub
src/Assets/GoogleMaps.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 2 of 2 total issues

The method __construct has a boolean flag argument $version, which is a certain sign of a Single Responsibility Principle violation.
Open

public function __construct($version = false)
Severity: Minor
Found in src/Assets/GoogleMaps.php by phpmd

Avoid unused parameters such as '$version'.
Open

public function __construct($version = false)
Severity: Minor
Found in src/Assets/GoogleMaps.php by phpmd

There are no issues that match your filters.

Category
Status