Skip to content

Commit c78ca47

Browse files
committed
declare on separate line
1 parent 6cf197b commit c78ca47

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

src/Entity/Field.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types=1);
1+
<?php
2+
3+
declare(strict_types=1);
24

35
namespace DoclerLabs\ApiClientGenerator\Entity;
46

src/Generator/MutatorAccessorClassGeneratorAbstract.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types=1);
1+
<?php
2+
3+
declare(strict_types=1);
24

35
namespace DoclerLabs\ApiClientGenerator\Generator;
46

src/Generator/SchemaGenerator.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types=1);
1+
<?php
2+
3+
declare(strict_types=1);
24

35
namespace DoclerLabs\ApiClientGenerator\Generator;
46

src/Input/Factory/FieldFactory.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types=1);
1+
<?php
2+
3+
declare(strict_types=1);
24

35
namespace DoclerLabs\ApiClientGenerator\Input\Factory;
46

src/Naming/SchemaNaming.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types=1);
1+
<?php
2+
3+
declare(strict_types=1);
24

35
namespace DoclerLabs\ApiClientGenerator\Naming;
46

0 commit comments

Comments
 (0)