From 4b216530c42ec20f178e30ae6668e834816af69c Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Wed, 2 Nov 2022 17:02:51 -0700 Subject: [PATCH] test change --- src/AWS/CRT/CRT.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AWS/CRT/CRT.php b/src/AWS/CRT/CRT.php index d196a47..103eb7e 100644 --- a/src/AWS/CRT/CRT.php +++ b/src/AWS/CRT/CRT.php @@ -15,6 +15,7 @@ use \RuntimeException; * Creating an instance of any NativeResource will activate the CRT binding. User code * should only need to create one of these if they are only accessing CRT:: static functions. */ + final class CRT { private static $impl = null;