Correcting PHPCS and PHPStan comments
This commit is contained in:
@@ -20,7 +20,8 @@ class CriminalRepository extends DocumentRepositoriesExtension
|
||||
$this->fields = ['amountMoney', 'amountTime', 'content']; //with title, list fields we can search in
|
||||
}
|
||||
|
||||
public function limitUnsettled(string $type) {
|
||||
public function limitUnsettled(string $type)
|
||||
{
|
||||
if ($type == Criminal::TYPE_FINE) {
|
||||
$column = 'd.amountMoney';
|
||||
} elseif ($type == Criminal::TYPE_JAIL) {
|
||||
|
||||
Reference in New Issue
Block a user