Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3156' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Dec 11, 2012
2 parents 75dbcbc + aac048a commit f3a6db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Renderer/ConsoleRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ConsoleRenderer implements RendererInterface, TreeRendererInterface
* Constructor.
*
*
* @todo handle passing helper broker, options
* @todo handle passing helper manager, options
* @todo handle passing filter chain, options
* @todo handle passing variables object, options
* @todo handle passing resolver object, options
Expand Down
2 changes: 1 addition & 1 deletion src/Variables.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Abstract class for Zend_View to help enforce private constructs.
*
* @todo Allow specifying string names for broker, filter chain, variables
* @todo Allow specifying string names for manager, filter chain, variables
* @todo Move escaping into variables object
* @todo Move strict variables into variables object
* @category Zend
Expand Down

0 comments on commit f3a6db8

Please sign in to comment.