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

Commit

Permalink
update docs to ensure info icon_url will not be used on icon_emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
DZunke committed Jan 19, 2017
1 parent 9cafb61 commit b600c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion Resources/doc/actions-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b600c91

Please sign in to comment.