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 ab686e7 commit d0ee0c6Copy full SHA for d0ee0c6
tests/integration/SampleManager.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-namespace OpenStack\Integration;
+namespace OpenStack\integration;
4
5
use OpenCloud\Integration\SampleManagerInterface;
6
tests/integration/Utils.php
use GuzzleHttp\Client;
use GuzzleHttp\HandlerStack;
@@ -57,4 +57,4 @@ public static function getAuthOpts(array $options = [])
57
58
return array_merge($authOptions, $options);
59
}
60
-}
+}
0 commit comments