From bb21d8d5e2da18e97c617e4da5e516aeb2610f98 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 27 Sep 2022 08:48:19 +0100 Subject: [PATCH] Adds `NullableShutdownStrategy` --- src/Shutdown/NullableShutdownStrategy.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/Shutdown/NullableShutdownStrategy.php diff --git a/src/Shutdown/NullableShutdownStrategy.php b/src/Shutdown/NullableShutdownStrategy.php new file mode 100644 index 00000000..f3b1e74e --- /dev/null +++ b/src/Shutdown/NullableShutdownStrategy.php @@ -0,0 +1,21 @@ +