IssueTrigger
final class IssueTrigger (View source)
Methods
static IssueTrigger
from(Code|null $callee, Code|null $caller)
No description
bool
isSelf()
An issue is triggered in first-party code or in test code.
bool
isDirect()
First-party code triggers an issue in third-party code.
bool
isIndirect()
Third-party code triggers an issue.
bool
isUnknown()
No description
string
callerAsString()
No description
string
calleeAsString()
No description
string
asString()
No description
Details
static IssueTrigger
from(Code|null $callee, Code|null $caller)
No description
bool
isSelf()
An issue is triggered in first-party code or in test code.
bool
isDirect()
First-party code triggers an issue in third-party code.
bool
isIndirect()
Third-party code triggers an issue.
bool
isUnknown()
No description
string
callerAsString()
No description
string
calleeAsString()
No description
string
asString()
No description