Skip to content

Commit

Permalink
Fixed CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 9, 2014
1 parent 717e6b0 commit 22ac3e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/View/StringTemplate.php
Expand Up @@ -138,6 +138,7 @@ public function add(array $templates) {
* Compile templates into a more efficient printf() compatible format.
*
* @param array $templates The template names to compile. If empty all templates will be compiled.
* @return void
*/
protected function _compileTemplates(array $templates = []) {
if (empty($templates)) {
Expand Down

0 comments on commit 22ac3e1

Please sign in to comment.