Skip to content

Commit 1c369ff

Browse files
committed
Psr2 Fix
1 parent d8f12a0 commit 1c369ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Compute/v2/Models/Limit.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace OpenStack\Compute\v2\Models;
44

55
use OpenCloud\Common\Resource\OperatorResource;
6+
67
/**
78
* Represents a Compute v2 Limit
89
*

tests/unit/Networking/v2/Extensions/SecurityGroups/Models/SecurityGroupTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function setUp()
2626

2727
public function test_it_deletes()
2828
{
29-
$this->setupMock('DELETE', 'v2.0/security-groups/' . self::SECURITY_GROUP_ID , null, [], new Response(202));
29+
$this->setupMock('DELETE', 'v2.0/security-groups/' . self::SECURITY_GROUP_ID, null, [], new Response(202));
3030

3131
$this->securityGroup->delete();
3232
}
@@ -68,4 +68,4 @@ public function test_it_creates()
6868

6969
$this->assertInstanceOf(SecurityGroup::class, $this->securityGroup->create($opts));
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)