wataridori / framgia-php-codesniffer

The Coding Standard package for Code Sniffer to check whether your codes satisfy the Framgia Standard or not.
MIT License
13 stars 13 forks source link

Remove some unnecessary rules #1

Closed dinhhoanglong91 closed 8 years ago

dinhhoanglong91 commented 8 years ago
$user = $this->userRepository
    ->where('name', 'foo')
    ->get()
;