Skip to content

Commit

Permalink
[ZF2-430][zendframework#2025] fix CS issue
Browse files Browse the repository at this point in the history
- Trailing whitespace at the end of a line in a docblock
  • Loading branch information
weierophinney committed Jul 27, 2012
1 parent d311c3f commit be275e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Mvc/View/Console/ViewManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function onBootstrap($event)
/**
* Instantiates and configures the default MVC rendering strategy
*
* Overriding to ensure we pick up the MVC rendering strategy for console,
* Overriding to ensure we pick up the MVC rendering strategy for console,
* as well as to ensure that the appropriate aliases are set.
*
* @return DefaultRenderingStrategy
Expand Down

0 comments on commit be275e4

Please sign in to comment.