]> git.mxchange.org Git - core.git/blobdiff - application/tests/exceptions.php
Continued:
[core.git] / application / tests / exceptions.php
index a140c83b18704cbf2da86633fbb3c1c06c797cf2..66121d2bd0c0004273103f8d8dcdc3a3d9674987 100644 (file)
@@ -117,7 +117,7 @@ function tests_error_handler ($errno, $errstr, $errfile, $errline, array $errcon
 } // END - function
 
 // Assertion handler
-function tests_assert_handler ($file, $line, $code) {
+function tests_assert_handler (string $file, int $line, $code) {
        // Empty code?
        if ($code === '') {
                $code = '<em>Unknown</em>';