-
Notifications
You must be signed in to change notification settings - Fork 30
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
Develop #132
Develop #132
Conversation
Par contre comme j'ai fais un merge de mon autre branche (basee sur master) la pull request contient d'autres commits. Si tu preferes que je refasse une request avec du cherry-pick fais moi savoir. |
Effectivement cela serait plus propre |
Voila c'est fait. |
|
||
EmailNotifier: | ||
status: | ||
enabled: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Serait-il possible de mettre la valeur par défaut à 0
, pour tous les types ?
Serait-il possible d'ajouter |
@@ -26,12 +26,20 @@ public function getEventConfig($eventType) | |||
|
|||
public function getCurrentProjectConfig() | |||
{ | |||
return (isset($this->config['projects'][$this->arguments['project-id']])) ? $this->config['projects'][$this->arguments['project-id']] : array(); | |||
$config = array(); | |||
if(isset($this->config['projects'][$this->arguments['project-id']])) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il faudrait ajouter des {
}
.
Dans les coding standards de Crew, on utilise toujours les accolades même s'il n'y a qu'une instruction.
Voila |
Merci 👍 |
Voila la nouvelle pull request