src/SubjectAwareTrait.php
Showing 0 of 2 total issues
The method _setSubject is not named in camelCase. Invalid
Invalid
protected function _setSubject($subject) { $this->subject = $subject; return $this;
- Read upRead up
- Exclude checks
The method _getSubject is not named in camelCase. Invalid
Invalid
protected function _getSubject() { return $this->subject; }
- Read upRead up
- Exclude checks