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: c9s/CLIFramework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: c9s/CLIFramework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 111 files changed
  • 3 contributors

Commits on Nov 5, 2017

  1. Return FALSE in case of invalid arguments passed to a command

    Commands still can return any values or not return anything. Only explicitly returned FALSE will be interpreted as an error.
    
    Fixes #106.
    morozov committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    41c1214 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Merge pull request #107 from morozov/issue-106

    Return FALSE in case of invalid arguments passed to a command
    c9s authored Nov 8, 2017
    Configuration menu
    Copy the full SHA
    5a902ba View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Do not display the "from" section for the first exception trace entry

    According to http://php.net/manual/en/exception.gettrace.php#107563, the first entry may not contain the file/line keys.
    
    Additionally, some changes to the output formatting have been made:
    
    1. The trace entries are counted in a human-friendly way starting with "1" (like Xdebug does for example).
    2. The file name and line number in the "from" section are delimited by a colon without the space. This format is better IDE/editor friendly and helps easier navigation (e.g. Ctrl+N in PhpStorm, copy-paste the file:line combination).
    
    Fixes #108.
    morozov committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    9da91f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Switched to Ubuntu Precise on Travis CI, added dependency oh PHPUnit …

    …4.8 to support PHP 5.3
    morozov committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    f8a4493 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Merge pull request #109 from morozov/issues/108

    Do not display the "from" section for the first exception trace entry
    c9s authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    2650a53 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Add the 3.x Patch

    peter279k committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    01cee2d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #125 from peter279k/3.x-patch

    Add the 3.x Patch
    c9s authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ec530d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    94c28e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    6e60794 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90770c3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #127 from peter279k/count_on_null_rector

    Apply CountOnNullRector rule via rector
    peter279k authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    01781f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bc26ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e69e4d View commit details
    Browse the repository at this point in the history
Loading