Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Commit b600c91

Browse files
committed
update docs to ensure info icon_url will not be used on icon_emoji
1 parent 9cafb61 commit b600c91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ private function addIdentities()
6363
->children()
6464
->scalarNode('icon_url')
6565
->defaultNull()
66-
->info('An Url to a specific picture to use as Icon')
66+
->info('An Url to a specific picture to use as Icon, be sure no emoji is set')
6767
->end()
6868
->scalarNode('icon_emoji')
6969
->defaultNull()

Resources/doc/actions-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ protected $parameter = [
111111
'identity' => null, # Object of Class \DZunke\SlackBundle\Slack\Messaging\Identity
112112
'channel' => null,
113113
'text' => null,
114-
'icon_url' => null,
114+
'icon_url' => null, # only one of icon_url or icon_emoji could be used
115115
'icon_emoji' => null,
116116
'parse' => 'full',
117117
'link_names' => 1,

0 commit comments

Comments
 (0)