Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Psr 1 style guide #25

Merged
merged 36 commits into from Jun 4, 2012
Merged

Psr 1 style guide #25

merged 36 commits into from Jun 4, 2012

Commits on Mar 24, 2012

  1. add PSR-1 proposal

    Paul M. Jones committed Mar 24, 2012
    Copy the full SHA
    61cdfdd View commit details
    Browse the repository at this point in the history
  2. extend intro narrative, add survey data and results

    Paul M. Jones committed Mar 24, 2012
    Copy the full SHA
    f418d79 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2012

  1. include notes on what was purposely omitted

    Paul M. Jones committed Mar 28, 2012
    Copy the full SHA
    901ee78 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2012

  1. split tied PSR-1 into basic and advanced

    Paul M. Jones committed May 4, 2012
    Copy the full SHA
    8a63271 View commit details
    Browse the repository at this point in the history
  2. clarify language on closing braces

    pmjones committed May 4, 2012
    Copy the full SHA
    ad3b516 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2012

  1. incorporate some ideas from Andrew Eddie, most notably section number…

    …ing and the 'Files' section
    Paul M. Jones committed May 7, 2012
    Copy the full SHA
    236f82d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'psr-1-style-guide' of github.com:pmjones/fig-standards …

    …into psr-1-style-guide
    Paul M. Jones committed May 7, 2012
    Copy the full SHA
    dca8fc2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2012

  1. monospace change

    pmjones committed May 8, 2012
    Copy the full SHA
    39e69d2 View commit details
    Browse the repository at this point in the history
  2. typo fix

    pmjones committed May 8, 2012
    Copy the full SHA
    4150d91 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2012

  1. add note about underscore-preixed properties

    Paul M. Jones committed May 10, 2012
    Copy the full SHA
    d05236c View commit details
    Browse the repository at this point in the history
  2. add side-effects section with brief example

    Paul M. Jones committed May 10, 2012
    Copy the full SHA
    22208ae View commit details
    Browse the repository at this point in the history
  3. Merge branch 'psr-1-style-guide' of github.com:pmjones/fig-standards …

    …into psr-1-style-guide
    Paul M. Jones committed May 10, 2012
    Copy the full SHA
    02801f5 View commit details
    Browse the repository at this point in the history
  4. remove scare quotes

    Paul M. Jones committed May 10, 2012
    Copy the full SHA
    d83d579 View commit details
    Browse the repository at this point in the history
  5. remove visibility note on properties

    Paul M. Jones committed May 10, 2012
    Copy the full SHA
    15d3de6 View commit details
    Browse the repository at this point in the history
  6. extend the examples of side effects

    Paul M. Jones committed May 10, 2012
    Copy the full SHA
    35c7849 View commit details
    Browse the repository at this point in the history
  7. add RFC 2119 keywords

    Paul M. Jones committed May 10, 2012
    Copy the full SHA
    f831115 View commit details
    Browse the repository at this point in the history
  8. add survey legend

    Paul M. Jones committed May 10, 2012
    Copy the full SHA
    aef0d3c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2012

  1. update with RFC 2119 keywords

    Paul M. Jones committed May 11, 2012
    1
    Copy the full SHA
    3777aed View commit details
    Browse the repository at this point in the history
  2. expanded on method and function calls

    Paul M. Jones committed May 11, 2012
    Copy the full SHA
    cf69a61 View commit details
    Browse the repository at this point in the history
  3. in deference to Joomla, the Vendor_ prefix on 5.2.x code is now a SHO…

    …ULD, not a MUST
    Paul M. Jones committed May 11, 2012
    Copy the full SHA
    bdd2d8b View commit details
    Browse the repository at this point in the history
  4. Add overview example of rules

    Seldaek committed May 11, 2012
    Copy the full SHA
    ef8efb6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from Seldaek/patch-1

    Overview example
    pmjones committed May 11, 2012
    Copy the full SHA
    277184a View commit details
    Browse the repository at this point in the history
  6. add interface examples per Drak

    Paul M. Jones committed May 11, 2012
    Copy the full SHA
    e693281 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    628433c View commit details
    Browse the repository at this point in the history
  8. apply notes from fgmarand

    Paul M. Jones committed May 11, 2012
    Copy the full SHA
    6af5cbf View commit details
    Browse the repository at this point in the history
  9. fix survey legend for github-flavored markdown

    Paul M. Jones committed May 11, 2012
    Copy the full SHA
    47dc359 View commit details
    Browse the repository at this point in the history
  10. clarify preamble, add keywords/true/false/null, clarify 'no break' co…

    …mment in switch/case
    Paul M. Jones committed May 11, 2012
    Copy the full SHA
    6f19b33 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2012

  1. add section on closures

    Paul M. Jones committed May 15, 2012
    Copy the full SHA
    65a1bd6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a5f646c View commit details
    Browse the repository at this point in the history
  3. typo fix; thanks harikt

    Paul M. Jones committed May 15, 2012
    Copy the full SHA
    1cfa0b8 View commit details
    Browse the repository at this point in the history
  4. explictly note that first item goes on next line

    Paul M. Jones committed May 15, 2012
    Copy the full SHA
    4cf424f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2012

  1. fix parse error; thanks, bobthecow

    Paul M. Jones committed May 16, 2012
    Copy the full SHA
    044398c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2012

  1. add example for closure as direct argument

    Paul M. Jones committed May 17, 2012
    Copy the full SHA
    1433ce7 View commit details
    Browse the repository at this point in the history
  2. extend an overview bullet point

    Paul M. Jones committed May 17, 2012
    Copy the full SHA
    746dace View commit details
    Browse the repository at this point in the history

Commits on May 18, 2012

  1. add note about non-empty case bodies

    Paul M. Jones committed May 18, 2012
    Copy the full SHA
    37e6ad4 View commit details
    Browse the repository at this point in the history
  2. remove extra words

    Paul M. Jones committed May 18, 2012
    Copy the full SHA
    6788066 View commit details
    Browse the repository at this point in the history