Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b420d4 commit 556486cCopy full SHA for 556486c
src/Symfony/Component/AssetMapper/ImportMap/ImportMapAuditor.php
@@ -67,7 +67,7 @@ public function audit(): array
67
]);
68
69
if (200 !== $response->getStatusCode()) {
70
- throw new RuntimeException(sprintf('Error %d auditing packages. Response:'.$response->getContent(false), $response->getStatusCode()));
+ throw new RuntimeException(sprintf('Error %d auditing packages. Response: '.$response->getContent(false), $response->getStatusCode()));
71
}
72
73
foreach ($response->toArray() as $advisory) {
0 commit comments