cakephp / cakephp-codesniffer

CakePHP Code Sniffer
http://cakephp.org
MIT License
238 stars 85 forks source link

Add $this and self to sort list #354

Closed othercorey closed 2 years ago

othercorey commented 2 years ago

@ADmad

ADmad commented 2 years ago

Sorting types is relevant only when using unions right? Types like $this, self are almost never used in unions.

othercorey commented 2 years ago

I don't think $this ever would be, but self could at least be self|null.