stable
Clone or download
Read-only
request #25351 php_codesniffer: 3.6.0 -> 3.6.2
Change-Id: I4181bf07faa2cbb95d692c03563a4641324fa5ac
Modified Files
Name | ||||
---|---|---|---|---|
M | db/mysql/updates/2016/201605271655_add_channels.php | +2 | −3 | Go to diff View file |
M | db/mysql/updates/2016/201605311330_add_avatar_url_column.php | +2 | −3 | Go to diff View file |
M | db/mysql/updates/2017/201703221547_delete_channels.php | +2 | −3 | Go to diff View file |
M | include/BotMattermost/Administration/Project/DeleteBotController.php | +1 | −1 | Go to diff View file |
M | include/BotMattermost/Administration/Project/ListBotController.php | +1 | −1 | Go to diff View file |
M | include/BotMattermost/Bot/Bot.php | +1 | −1 | Go to diff View file |
M | include/BotMattermost/Bot/BotDao.php | +4 | −4 | Go to diff View file |
M | include/BotMattermost/Bot/BotDeletor.php | +2 | −2 | Go to diff View file |
M | include/BotMattermost/Bot/BotFactory.php | +7 | −7 | Go to diff View file |
M | include/BotMattermost/Controller/AdminController.php | +1 | −1 | Go to diff View file |
M | include/BotMattermost/Exception/BotAlreadyExistException.php | +0 | −1 | Go to diff View file |
M | include/BotMattermost/Exception/BotNotFoundExceptionException.php | +0 | −1 | Go to diff View file |
M | include/BotMattermost/Exception/CannotCreateBotException.php | +0 | −1 | Go to diff View file |
M | include/BotMattermost/Exception/CannotDeleteBotException.php | +0 | −1 | Go to diff View file |
M | include/BotMattermost/Exception/CannotUpdateBotException.php | +0 | −1 | Go to diff View file |
M | include/BotMattermost/Exception/ChannelsNotFoundException.php | +0 | −1 | Go to diff View file |
M | include/BotMattermost/Exception/EmptyUpdateException.php | +0 | −1 | Go to diff View file |
M | include/BotMattermost/Plugin/PluginDescriptor.php | +0 | −1 | Go to diff View file |
M | include/BotMattermost/Plugin/PluginInfo.php | +0 | −1 | Go to diff View file |
M | include/BotMattermost/Router.php | +1 | −2 | Go to diff View file |
M | include/SenderServices/EncoderMessage.php | +1 | −1 | Go to diff View file |
M | include/SenderServices/Exception/HasNoMessageContentException.php | +0 | −1 | Go to diff View file |
M | include/SenderServices/MarkdownEngine/MarkdownMustacheRenderer.php | +1 | −1 | Go to diff View file |
M | include/SenderServices/Message.php | +0 | −1 | Go to diff View file |
M | include/SenderServices/Sender.php | +1 | −2 | Go to diff View file |
M | include/botmattermostPlugin.php | +2 | −3 | Go to diff View file |
M | tests/unit/BotMattermost/Bot/BotFactoryTest.php | +6 | −6 | Go to diff View file |