Fix whitespace in a few test files (PSR-2)

This commit is contained in:
Justin Hileman
2012-07-27 17:58:55 -07:00
parent 9e436f8c07
commit 169e6e0a1f
3 changed files with 123 additions and 123 deletions
@@ -60,7 +60,7 @@ class Mustache_Test_FiveThree_Functional_MustacheSpecTest extends PHPUnit_Framew
$data[$key] = function($text = null) use ($func) {
return eval($func);
};
} else if (is_array($val)) {
} elseif (is_array($val)) {
$data[$key] = $this->prepareLambdasSpec($val);
}
}