stingus/StingusJiraBundle

View on GitHub
Model/AbstractOauthToken.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 2 of 2 total issues

Avoid variables with short names like $id. Configured minimum length is 3.
Open

protected $id;
Severity: Minor
Found in Model/AbstractOauthToken.php by phpmd

Avoid variables with short names like $id. Configured minimum length is 3.
Open

public function setId($id): OauthTokenInterface
Severity: Minor
Found in Model/AbstractOauthToken.php by phpmd
Category
Status