Skip to content

Commit cfd0d12

Browse files
author
Jamie Hannaford
committed
fix styling
1 parent 37ed3c9 commit cfd0d12

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+61
-58
lines changed

src/Common/Api/AbstractApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types = 1);
1+
<?php declare (strict_types = 1);
22

33
namespace OpenCloud\Common\Api;
44

src/Common/Api/AbstractParams.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types=1);
1+
<?php declare (strict_types=1);
22

33
namespace OpenCloud\Common\Api;
44

@@ -97,4 +97,4 @@ public function sortKey(): array
9797
'description' => "Sorts by one or more sets of attribute and sort direction combinations.",
9898
];
9999
}
100-
}
100+
}

src/Common/Api/ApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types=1);
1+
<?php declare (strict_types=1);
22

33
namespace OpenCloud\Common\Api;
44

src/Common/Api/Operation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types=1);
1+
<?php declare (strict_types=1);
22

33
namespace OpenCloud\Common\Api;
44

@@ -131,4 +131,4 @@ public function validate(array $userValues): bool
131131

132132
return true;
133133
}
134-
}
134+
}

src/Common/Api/OperatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types=1);
1+
<?php declare (strict_types=1);
22

33
namespace OpenCloud\Common\Api;
44

src/Common/Api/OperatorTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types=1);
1+
<?php declare (strict_types=1);
22

33
namespace OpenCloud\Common\Api;
44

src/Common/Api/Parameter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types=1);
1+
<?php declare (strict_types=1);
22

33
namespace OpenCloud\Common\Api;
44

src/Common/ArrayAccessTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types=1);
1+
<?php declare (strict_types=1);
22

33
namespace OpenCloud\Common;
44

src/Common/Auth/AuthHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types=1);
1+
<?php declare (strict_types=1);
22

33
namespace OpenCloud\Common\Auth;
44

src/Common/Auth/Catalog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types=1);
1+
<?php declare (strict_types=1);
22

33
namespace OpenCloud\Common\Auth;
44

0 commit comments

Comments
 (0)