Skip to content

Commit

Permalink
Merge pull request #9 from WyriHaximus/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
WyriHaximus committed Aug 17, 2014
2 parents 5331303 + a5ac040 commit 03070a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Console/Command/CompileTemplatesShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected function processPlugin($plugin) {
}

/**
* @param $plugin
* @param string $plugin
* @return \RegexIterator
*/
protected function setupIterator($plugin) {
Expand Down
2 changes: 1 addition & 1 deletion src/Lib/Twig/Extension/Basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class Basic extends \Twig_Extension {

/**
* @return array
* @return \Twig_SimpleFilter[]
*/
public function getFilters() {
return [
Expand Down
2 changes: 1 addition & 1 deletion src/Lib/Twig/Extension/Number.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class Number extends \Twig_Extension {

/**
* @return array
* @return \Twig_SimpleFilter[]
*/
public function getFilters() {
return [
Expand Down
2 changes: 1 addition & 1 deletion src/Lib/Twig/Extension/String.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class String extends \Twig_Extension {

/**
* @return array
* @return \Twig_SimpleFilter[]
*/
public function getFilters() {
return [
Expand Down
2 changes: 1 addition & 1 deletion src/Lib/Twig/Extension/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class Utils extends \Twig_Extension {

/**
* @return array
* @return \Twig_SimpleFilter[]
*/
public function getFilters() {
return [
Expand Down

0 comments on commit 03070a2

Please sign in to comment.