From 17bc749382fdee503d5777c2168356e9417963a6 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Fri, 19 Jan 2024 18:24:37 -0300 Subject: [PATCH] Add strict_types declaration to exception classes. --- src/Exception/ExceptionInterface.php | 2 ++ src/Exception/RuntimeException.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php index 79c9f7a..b3b31b3 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -1,5 +1,7 @@