Re: [PEAR-DEV] Re: [PEPr] -1 for RFC::Uploadcare
[email protected] (till)
| Newsgroups | php.pear.dev |
|---|---|
| Message-ID | <[email protected]> |
On Monday, December 17, 2012 at 10:35 PM, Lester Caine wrote: > Till Klampaeckel wrote: > > I gave you feedback earlier, none of it was implemented. > > > > I'm with you Gray Hound ... using spaces in PEAR files when the core PHP > standard is to use tabs is just insane. NOW I know why I've been having problems > since my entire code base has always used tabs indenting and I don't intend to > change any time soon ... > My historic PEAR libraries are all tabbed files but I don't know where they > originated. It's the new stuff which is now using spaces? No, I think PEAR has always been using spaces. Regardless — there's a lot more besides spaces in this proposal. Class prefix, tests, etc.. For coding style related we have a tool called PHP_CodeSniffer: $ [sudo] pear install PHP_CodeSniffer $ phpcs /path/to/your/code/* HTH, Till