Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. it's time to develop a Coding Standard
  2. find a way to automatically check for any standard violations
  3. make the "Custom" (Developer Kit) module comply to all standards
  4. update Unit Config Generator to produce only standard compliant code

I've create a list of replacements, that can be made in PhpStorm to at least start fixing the standards.

Replace ThisWith ThisIs Regular ExpressionReplace Options
Array (array(nocase sensitive, match whole words
array (array(nocase sensitive, match whole words
Array(array(nocase sensitive, match whole words
@param kEvent $event@param kEvent $event Event.nocase sensitive, match whole words
[\t]+ \* @access protected\n yes 
=> NULL=> nullnocase sensitive, match whole words
\tclassmanually remove 1 indention level  
    

P.S.

In fact I've developed a coding standard already, but it's not mature yet to be released.

...