We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b1315 commit 8a2c2c1Copy full SHA for 8a2c2c1
lib/SigningTestCase.php
@@ -108,7 +108,7 @@ public function tearDown(): void
108
* @param mixed|null $value
109
* @return void
110
*/
111
- protected function clearInstance(Configuration $service, string $className, ?$value = null): void
+ protected function clearInstance(Configuration $service, string $className, $value = null): void
112
{
113
$reflectedClass = new ReflectionClass($className);
114
$reflectedInstance = $reflectedClass->getProperty('instance');
0 commit comments