stable

Clone or download

Read-only

request #13902: Fix all PSR-2 rules that can be autofixed by PHP_CodeSniffer

Change-Id: I4b24dffb31d95b7e362e4b435bd0b5a774992ee9

Modified Files

Name
M db/mysql/updates/2016/201605271655_add_channels.php +9 −5 Go to diff View file
M db/mysql/updates/2016/201605311330_add_avatar_url_column.php +9 −5 Go to diff View file
M db/mysql/updates/2017/201703221547_delete_channels.php +9 −5 Go to diff View file
M include/BotMattermost/Bot/Bot.php +2 −1 Go to diff View file
M include/BotMattermost/BotMattermostDeleted.php +1 −1 Go to diff View file
M include/BotMattermost/Controller/AdminController.php +1 −3 Go to diff View file
M include/BotMattermost/Exception/CannotCreateBotException.php +1 −1 Go to diff View file
M include/BotMattermost/Exception/CannotDeleteBotException.php +1 −1 Go to diff View file
M include/BotMattermost/Exception/CannotUpdateBotException.php +1 −1 Go to diff View file
M include/BotMattermost/Presenter/AdminPresenter.php +1 −1 Go to diff View file
M include/BotMattermostLogger.php +1 −1 Go to diff View file
M include/SenderServices/Attachment.php +1 −2 Go to diff View file
M include/SenderServices/ClientBotMattermost.php +1 −1 Go to diff View file
M include/SenderServices/EncoderMessage.php +1 −1 Go to diff View file
M include/SenderServices/MarkdownEngine/MarkdownMustacheRenderer.php +2 −2 Go to diff View file
M include/SenderServices/MarkdownEngine/MarkdownTemplateRendererFactory.php +1 −1 Go to diff View file
M include/SenderServices/Message.php +1 −2 Go to diff View file
M include/SenderServices/Sender.php +4 −2 Go to diff View file
M phpunit/BotMattermost/SenderServices/MarkdownEngine/MarkdownMustacheRendererTest.php +1 −1 Go to diff View file