refactoring bootstrapping.

This commit is contained in:
Taylor Otwell
2011-11-01 22:55:43 -05:00
parent ca2c988274
commit 2e1fed294f
8 changed files with 102 additions and 105 deletions

View File

@@ -17,9 +17,9 @@ $message = function($e)
};
/**
* Define a clousre that will return a more readable version
* of the severity of an exception. This function will be used
* by the error handler when parsing exceptions.
* Define a closure that will return a more readable version of
* the severity of an exception. This function will be used by
* the error handler when parsing exceptions.
*/
$severity = function($e)
{