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: PHPCSStandards/PHPCSUtils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: PHPCSStandards/PHPCSUtils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/orthography-new-capitalize-first-char-method
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 3, 2020

  1. Orthography: add new capitalizeFirstChar() method

    ... which is basically a multibyte safe version of the PHP native `ucfirst()` function, which takes the file encoding as set in PHPCS into account.
    
    As this function requires the use of the `mb_ereg_replace_callback()` function, the minimum PHP requirements go up from PHP 5.4.0 to 5.4.1, which considering both versions are ancient and it's only one patch version difference, shouldn't really make any difference to end-users at all.
    
    Includes unit tests.
    jrfnl committed Jul 3, 2020
    Copy the full SHA
    0ac5389 View commit details

Commits on Jul 4, 2020

  1. Testing

    jrfnl committed Jul 4, 2020
    Copy the full SHA
    d575798 View commit details
  2. More testing

    jrfnl committed Jul 4, 2020
    Copy the full SHA
    e3305c2 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff develop...feature/orthography-new-capitalize-first-char-method