Fix whitespace in a few test files (PSR-2)
This commit is contained in:
@@ -60,7 +60,7 @@ class Mustache_Test_FiveThree_Functional_MustacheSpecTest extends PHPUnit_Framew
|
|||||||
$data[$key] = function($text = null) use ($func) {
|
$data[$key] = function($text = null) use ($func) {
|
||||||
return eval($func);
|
return eval($func);
|
||||||
};
|
};
|
||||||
} else if (is_array($val)) {
|
} elseif (is_array($val)) {
|
||||||
$data[$key] = $this->prepareLambdasSpec($val);
|
$data[$key] = $this->prepareLambdasSpec($val);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user