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

Be able to register, create a user and login #3

Conversation

reyostallenberg
Copy link
Contributor

No description provided.

Copy link
Contributor

@gisostallenberg gisostallenberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might consider adding a UserCreator service. You could make it LoggerAware and set a ConsoleLogger in the console command and have a NullLogger by default. This will centralize the dispatching of the events and avoids code duplication.

Comment on lines 70 to 72
"phpstan analyse --level=7 src/ tests/",
"composer-require-checker",
"security-checker security:check"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A failure in phpstan leads to not executing the other script. Because phpstan is the most likely to fail I suggest another order of this scripts

@@ -14,13 +14,19 @@

class Configuration implements ConfigurationInterface
{
const CONFIG_ROOT_KEY = 'connectholland_user';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can make this private

@reyostallenberg reyostallenberg merged commit 573f57d into Harborn-digital:master Oct 2, 2019
@reyostallenberg reyostallenberg deleted the create-and-login-user branch October 2, 2019 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants