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

Feature/php fixer #375

Open
wants to merge 4 commits into
base: feature/php-fixer
Choose a base branch
from

Commits on Aug 10, 2018

  1. added new option for php-cs-fixer

    Added `passes_option` as a new package option to define php-cs-fixer options and fallback to phpf if `passes_option` is empty or not defined
    ashucg authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    363c5c8 View commit details
    Browse the repository at this point in the history
  2. added new php-cs-fixer option

    ashucg authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    ffd3f4b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

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

Commits on Aug 31, 2018

  1. fix for Windows platform

    added `delete=False` to NamedTemporaryFile() - fixes `Unable to read from <file>` error on Windows
    ashucg authored Aug 31, 2018
    Configuration menu
    Copy the full SHA
    6250da1 View commit details
    Browse the repository at this point in the history