We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b668a97 commit 5bc35c8Copy full SHA for 5bc35c8
1 file changed
Classes/Controller/EndpointDiscoveryController.php
@@ -207,7 +207,7 @@ protected function getResultJson(): array
207
*/
208
protected function getDummyObject(string $className)
209
{
210
- return unserialize('O:' . strlen($className) . ':"' . $className . '":0:{};');
+ return unserialize('O:' . strlen($className) . ':"' . $className . '":0:{}');
211
}
212
213
/**
@@ -251,4 +251,4 @@ protected function getCacheIdentifier(string $packageKey): string
251
->__toString();
252
return md5($packageKey . $uri);
253
254
-}
+}
0 commit comments