From b600c91b0729dfad10c3e0b8ebc9300f01037ed8 Mon Sep 17 00:00:00 2001 From: Denis Zunke Date: Thu, 19 Jan 2017 20:15:41 +0100 Subject: [PATCH] update docs to ensure info icon_url will not be used on icon_emoji --- DependencyInjection/Configuration.php | 2 +- Resources/doc/actions-list.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 909a6bb..6ba20e3 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -63,7 +63,7 @@ private function addIdentities() ->children() ->scalarNode('icon_url') ->defaultNull() - ->info('An Url to a specific picture to use as Icon') + ->info('An Url to a specific picture to use as Icon, be sure no emoji is set') ->end() ->scalarNode('icon_emoji') ->defaultNull() diff --git a/Resources/doc/actions-list.md b/Resources/doc/actions-list.md index f1543e0..abbb788 100644 --- a/Resources/doc/actions-list.md +++ b/Resources/doc/actions-list.md @@ -111,7 +111,7 @@ protected $parameter = [ 'identity' => null, # Object of Class \DZunke\SlackBundle\Slack\Messaging\Identity 'channel' => null, 'text' => null, - 'icon_url' => null, + 'icon_url' => null, # only one of icon_url or icon_emoji could be used 'icon_emoji' => null, 'parse' => 'full', 'link_names' => 1,