Skip to content

Commit 725df4e

Browse files
author
Jamie Hannaford
committed
fix syntrax
1 parent 567493c commit 725df4e

Some content is hidden

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

57 files changed

+57
-57
lines changed

src/BlockStorage/v2/Api.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
namespace OpenStack\BlockStorage\v2;
33

44
use OpenCloud\Common\Api\AbstractApi;

src/BlockStorage/v2/Models/Snapshot.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 OpenStack\BlockStorage\v2\Models;
44

src/BlockStorage/v2/Models/Volume.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
namespace OpenStack\BlockStorage\v2\Models;
33

44
use OpenCloud\Common\Resource\AbstractResource;

src/BlockStorage/v2/Models/VolumeType.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 OpenStack\BlockStorage\v2\Models;
44

src/BlockStorage/v2/Params.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
namespace OpenStack\BlockStorage\v2;
33

44
use OpenCloud\Common\Api\AbstractParams;

src/BlockStorage/v2/Service.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
namespace OpenStack\BlockStorage\v2;
33

44
use OpenStack\BlockStorage\v2\Models\Snapshot;

src/Compute/v2/Api.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 OpenStack\Compute\v2;
44

src/Compute/v2/Enum.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 OpenStack\Compute\v2;
44

src/Compute/v2/Models/Flavor.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 OpenStack\Compute\v2\Models;
44

src/Compute/v2/Models/Image.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 OpenStack\Compute\v2\Models;
44

0 commit comments

Comments
 (0)