Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: textmate/php.tmbundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: textmate/php.tmbundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: textmate-1.x
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 19, 2016

  1. Add highlighting for "trait"

    This adds support for traits, which are available since PHP 5.4
    
    Fixes #41.
    jjeising authored and joachim-n committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    c3e2532 View commit details
    Browse the repository at this point in the history
  2. Added correct indentation for new array declaration

    As of PHP 5.4, arrays can be declared as `[ ]`, so following PEAR's
    style guide, the contents of such arrays could be indented.
    unRob authored and joachim-n committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    359115c View commit details
    Browse the repository at this point in the history
Loading