Skip to content

Commit db28e96

Browse files
authored
Merge pull request #188 from mkopinsky/exceptionHandler_typehint
Remove typehint from exception handler
2 parents 3e8d073 + 2426556 commit db28e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test/sfTestFunctionalBase.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ static public function handlePhpError($errno, $errstr, $errfile, $errline)
480480
*
481481
* @param Exception $exception The exception
482482
*/
483-
function handleException(Exception $exception)
483+
function handleException($exception)
484484
{
485485
$this->test()->error(sprintf('%s: %s', get_class($exception), $exception->getMessage()));
486486

0 commit comments

Comments
 (0)