stable
Clone or download
Read-only
request #13902: Fix all PSR-2 rules that can be autofixed by PHP_CodeSniffer
Change-Id: I2b603c94c60c80872f4c7f9b419698b0450143d7
Modified Files
Name | ||||
---|---|---|---|---|
M | db/mysql/updates/2016/201611030908_replace_start_date_and_duration_columns_by_send_time.php | +9 | −5 | Go to diff View file |
M | db/mysql/updates/2017/201704110929_add_channel_for_stand_up_summary.php | +9 | −5 | Go to diff View file |
M | include/BotMattermostAgileDashboard/BotMattermostStandUpSummary/BotMattermostStandUpSummary.php | +1 | −1 | Go to diff View file |
M | include/BotMattermostAgileDashboard/BotMattermostStandUpSummary/Dao.php | +3 | −4 | Go to diff View file |
M | include/BotMattermostAgileDashboard/BotMattermostStandUpSummary/Factory.php | +2 | −2 | Go to diff View file |
M | include/BotMattermostAgileDashboard/BotMattermostStandUpSummary/Validator.php | +6 | −6 | Go to diff View file |
M | include/BotMattermostAgileDashboard/Exception/CannotCreateBotNotificationException.php | +1 | −1 | Go to diff View file |
M | include/BotMattermostAgileDashboard/Exception/CannotDeleteBotNotificationException.php | +1 | −1 | Go to diff View file |
M | include/BotMattermostAgileDashboard/Exception/CannotUpdateBotNotificationException.php | +1 | −1 | Go to diff View file |
M | include/BotMattermostAgileDashboard/Presenter/AdminNotificationPresenter.php | +4 | −4 | Go to diff View file |
M | include/BotMattermostAgileDashboard/Presenter/StandUpSummaryPresenter.php | +1 | −2 | Go to diff View file |
M | include/BotMattermostAgileDashboard/SenderServices/StandUpNotificationBuilder.php | +3 | −1 | Go to diff View file |
M | include/BotMattermostAgileDashboard/SenderServices/StandUpNotificationSender.php | +1 | −1 | Go to diff View file |