diff --git a/PHPCompatibilitySymfonyPolyfillPHP81/ruleset.xml b/PHPCompatibilitySymfonyPolyfillPHP81/ruleset.xml index ed215bc..e68f73c 100644 --- a/PHPCompatibilitySymfonyPolyfillPHP81/ruleset.xml +++ b/PHPCompatibilitySymfonyPolyfillPHP81/ruleset.xml @@ -5,6 +5,7 @@ + diff --git a/PHPCompatibilitySymfonyPolyfillPHP82/ruleset.xml b/PHPCompatibilitySymfonyPolyfillPHP82/ruleset.xml index 09d3626..cff6206 100644 --- a/PHPCompatibilitySymfonyPolyfillPHP82/ruleset.xml +++ b/PHPCompatibilitySymfonyPolyfillPHP82/ruleset.xml @@ -5,6 +5,7 @@ + diff --git a/Test/SymfonyPolyfillPHP81Test.php b/Test/SymfonyPolyfillPHP81Test.php index 3717582..3e6e882 100644 --- a/Test/SymfonyPolyfillPHP81Test.php +++ b/Test/SymfonyPolyfillPHP81Test.php @@ -12,3 +12,5 @@ class Foo extends ReturnTypeWillChange {} $file = new CURLStringFile(); + +echo CURLOPT_ISSUERCERT_BLOB; diff --git a/Test/SymfonyPolyfillPHP82Test.php b/Test/SymfonyPolyfillPHP82Test.php index ab4d8ca..8230134 100644 --- a/Test/SymfonyPolyfillPHP82Test.php +++ b/Test/SymfonyPolyfillPHP82Test.php @@ -36,3 +36,5 @@ function hasSensitiveData( string $password ) {} */ + +echo CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256;