Skip to content

Commit

Permalink
removes confusing language
Browse files Browse the repository at this point in the history
 removes confusing language about if a cell action is required
  • Loading branch information
alecho committed Aug 22, 2014
1 parent c38005d commit 2d86edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/CellTrait.php
Expand Up @@ -45,7 +45,7 @@ trait CellTrait {
*
* Cells are not rendered until they are echoed.
*
* @param string $cell You must indicate both cell name, and optionally a cell action. e.g.: `TagCloud::smallList`
* @param string $cell You must indicate cell name, and optionally a cell action. e.g.: `TagCloud::smallList`
* will invoke `View\Cell\TagCloudCell::smallList()`, `display` action will be invoked by default when none is provided.
* @param array $data Additional arguments for cell method. e.g.:
* `cell('TagCloud::smallList', ['a1' => 'v1', 'a2' => 'v2'])` maps to `View\Cell\TagCloud::smallList(v1, v2)`
Expand Down

0 comments on commit 2d86edc

Please sign in to comment.