Git Product home page Git Product logo

Comments (12)

GrahamCampbell avatar GrahamCampbell commented on May 29, 2024

Technically clicking the 2nd link will signup you up and return you there. :)

from pusher-http-php.

vinkla avatar vinkla commented on May 29, 2024

Thats true :)

from pusher-http-php.

tanuck avatar tanuck commented on May 29, 2024

👍

from pusher-http-php.

zimbatm avatar zimbatm commented on May 29, 2024

Isn't psr0 desirable ?

from pusher-http-php.

GrahamCampbell avatar GrahamCampbell commented on May 29, 2024

Isn't psr0 desirable ?

No. PSR-4 is the new standard.

That config sample provided was old anyway though. We no longer have the psr0 fixer enabled in the presets. psr4 is enabled by default.

from pusher-http-php.

zimbatm avatar zimbatm commented on May 29, 2024

Thanks, I'm impressed, the service is pretty cool.

Here is the config that I'm using for now:

enabled:
  - long_array_syntax
  - strict
  - unalign_double_arrow

disabled:
  - align_double_arrow
  - phpdoc_align
  - short_array_syntax

from pusher-http-php.

zimbatm avatar zimbatm commented on May 29, 2024

Added

from pusher-http-php.

GrahamCampbell avatar GrahamCampbell commented on May 29, 2024

Nice. Be careful with the strict fixer though, as it could change code behaviour. All fixers that could change code behaviour are labeled as heuristic/risky on our docs: https://styleci.readme.io/docs/fixers.

Note that all our presets don't enable any risky fixers apart from psr4 - that one's risky because it renames classes to match psr4, which clearly, can break stuff.

from pusher-http-php.

GrahamCampbell avatar GrahamCampbell commented on May 29, 2024

If you want to forcefully prevent fisky fixers being used, you can set risky: false in the config.

from pusher-http-php.

GrahamCampbell avatar GrahamCampbell commented on May 29, 2024

That'll make sure that no risky changes are ever made.

from pusher-http-php.

zimbatm avatar zimbatm commented on May 29, 2024

As long as it's correct I don't mind. I prefer to have correct class names for the new lib.

from pusher-http-php.

vinkla avatar vinkla commented on May 29, 2024

👍

from pusher-http-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.