Clean up comments, standardize whitespace.

This commit is contained in:
Justin Hileman
2013-09-18 23:49:44 -07:00
parent 0d161cc7d2
commit cb2a6b5a03
13 changed files with 98 additions and 64 deletions
@@ -49,9 +49,9 @@ class Mustache_Test_Logger_TestLogger extends Mustache_Logger_AbstractLogger
/**
* Logs with an arbitrary level.
*
* @param mixed $level
* @param mixed $level
* @param string $message
* @param array $context
* @param array $context
*/
public function log($level, $message, array $context = array())
{