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

Authentication Exception Message from its key, Explicit Travis build env, and .idea to gitignore #687

Merged
merged 3 commits into from
Oct 26, 2019

Conversation

EresDev
Copy link

@EresDev EresDev commented Oct 22, 2019

There are 3 issues addressed here. I would have used different PR for each issue but there was problem with travis build env that wouldn't have produced accurate results if not combined.

  1. Updated Travis build env as you can see php 5.5 build are failing. Travis has recently changed it default build env to Xenial and I have explicitly specified it to be "Trusty".

  2. Addresses the concern of Authentication Exception message to be retrieved by getMessage. I have changed it to getMessageKey method to meet symfony convention, help translation and prevent possible leak of sensitive info to end user. Also addresses Messages translation #684

  3. Adds .idea to .gitignore
    Most of use PHPStorm and it creates .idea folder that is an issue while working. It should be in .gitignore to prevent its accidental addition to repository. It also helps to work on this library quickly as you don't have to deal with .idea first.

arslan added 3 commits October 22, 2019 04:42
…nvention, to help with translation, and to prevent possible leak of sensitive information.
…ed its default build enviorment to Xenial and it does not compile php 5.5. Making dist: trusty
@EresDev EresDev changed the title Authentication Failure Message from its key, Explicit Travis build env, and .idea to gitignore Authentication Exception Message from its key, Explicit Travis build env, and .idea to gitignore Oct 22, 2019
@EresDev
Copy link
Author

EresDev commented Oct 26, 2019

@chalasr Is there something wrong that you haven't merged it?

@chalasr
Copy link
Collaborator

chalasr commented Oct 26, 2019

Thank you @EresDev.

@chalasr chalasr merged commit abc1a01 into lexik:master Oct 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants