Skip to content

Commit f4a80c5

Browse files
authored
style(coder): Upgrade Coder to 8.3.22 (#1391)
1 parent 4be1232 commit f4a80c5

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
jangregor/phpstan-prophecy:^1.0.0 \
113113
phpstan/phpstan-phpunit:^1.0.0 \
114114
phpstan/extension-installer:^1.0
115-
composer --no-interaction --no-progress --with-all-dependencies upgrade drupal/coder:8.3.22
115+
composer --no-interaction --no-progress --with-all-dependencies upgrade drupal/coder:8.3.23
116116
117117
- name: Run PHPStan
118118
if: ${{ matrix.phpstan == '1' }}

examples/graphql_composable/src/Wrappers/Response/ArticleResponse.php

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

3-
declare(strict_types = 1);
3+
declare(strict_types=1);
44

55
namespace Drupal\graphql_composable\Wrappers\Response;
66

src/Event/AlterSchemaDataEvent.php

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

3-
declare(strict_types = 1);
3+
declare(strict_types=1);
44

55
namespace Drupal\graphql\Event;
66

src/Event/AlterSchemaExtensionDataEvent.php

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

3-
declare(strict_types = 1);
3+
declare(strict_types=1);
44

55
namespace Drupal\graphql\Event;
66

src/GraphQL/Response/FileUploadResponse.php

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

3-
declare(strict_types = 1);
3+
declare(strict_types=1);
44

55
namespace Drupal\graphql\GraphQL\Response;
66

src/GraphQL/Response/Response.php

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

3-
declare(strict_types = 1);
3+
declare(strict_types=1);
44

55
namespace Drupal\graphql\GraphQL\Response;
66

src/GraphQL/Response/ResponseInterface.php

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

3-
declare(strict_types = 1);
3+
declare(strict_types=1);
44

55
namespace Drupal\graphql\GraphQL\Response;
66

tests/modules/graphql_alterable_schema_test/src/EventSubscriber/GraphQlSubscriber.php

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

3-
declare(strict_types = 1);
3+
declare(strict_types=1);
44

55
namespace Drupal\graphql_alterable_schema_test\EventSubscriber;
66

0 commit comments

Comments
 (0)