We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91b2dd commit 2485376Copy full SHA for 2485376
appendices/migration70/incompatible/error-handling.xml
@@ -54,7 +54,7 @@ function handler(Exception $e) { /* ... */ }
54
set_exception_handler('handler');
55
56
// PHP 5 and 7 compatible.
57
-function handler($e) { ... }
+function handler($e) { /* ... */ }
58
59
// PHP 7 only.
60
function handler(Throwable $e) { /* ... */ }
0 commit comments