Fixing E_STRICT error in ConsoleErrorHandler.

This commit is contained in:
mark_story 2010-12-04 14:20:50 -05:00
parent 7e29859676
commit 843f5c6190

View file

@ -55,7 +55,7 @@ class ConsoleErrorHandler extends ErrorHandler {
*
* @return void
*/
public static function handleException($exception) {
public static function handleException(Exception $exception) {
$stderr = self::getStderr();
$stderr->write(sprintf(
__("<error>Error:</error> %s\n%s"),