Skip to content

Commit

Permalink
Merge pull request #19 from ekandreas/analysis-zGDDyg
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
Andreas Ek committed Jan 22, 2016
2 parents 2477471 + 92fda99 commit 418115e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct()
{
add_filter('template_include', [$this, 'templateFilter'], 999);
add_action('template_redirect', [$this, 'addPageTemplateFilters']);
$this->data = apply_filters('bladerunner/templates/data', [] );
$this->data = apply_filters('bladerunner/templates/data', []);
}

/**
Expand Down

0 comments on commit 418115e

Please sign in to comment.