Closed amitaibu closed 8 years ago
PHPstorm is complaining on stuff like !empty($this->getId()). PR removes the empty().
!empty($this->getId())
empty()
Lets see if Travis likes it.
Ready for review
👍
PHPstorm is complaining on stuff like
!empty($this->getId())
. PR removes theempty()
.Lets see if Travis likes it.