mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
test change
This commit is contained in:
@@ -15,6 +15,7 @@ use \RuntimeException;
|
|||||||
* Creating an instance of any NativeResource will activate the CRT binding. User code
|
* 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.
|
* should only need to create one of these if they are only accessing CRT:: static functions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
final class CRT {
|
final class CRT {
|
||||||
|
|
||||||
private static $impl = null;
|
private static $impl = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user