Skip to content

Commit d0ee0c6

Browse files
author
Jamie Hannaford
committed
Fix styling
1 parent ab686e7 commit d0ee0c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integration/SampleManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace OpenStack\Integration;
3+
namespace OpenStack\integration;
44

55
use OpenCloud\Integration\SampleManagerInterface;
66

tests/integration/Utils.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace OpenStack\Integration;
3+
namespace OpenStack\integration;
44

55
use GuzzleHttp\Client;
66
use GuzzleHttp\HandlerStack;
@@ -57,4 +57,4 @@ public static function getAuthOpts(array $options = [])
5757

5858
return array_merge($authOptions, $options);
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)