sansaralab/monk

View on GitHub
src/MonkTrait.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 2 of 2 total issues

Avoid using static access to class 'Monk\Monk' in method 'getMonk'.
Open

$monk = Monk::factory();
Severity: Minor
Found in src/MonkTrait.php by phpmd

Avoid using static access to class '\Monk\Monk\Config' in method 'getMonk'.
Open

$monk->setConfig($this->monkDefaultConfig ?? Config::factory());
Severity: Minor
Found in src/MonkTrait.php by phpmd

There are no issues that match your filters.

Category
Status