Skip to content

Commit

Permalink
style(coder): Upgrade Coder to 8.3.22 (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi authored Feb 24, 2024
1 parent 4be1232 commit f4a80c5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
jangregor/phpstan-prophecy:^1.0.0 \
phpstan/phpstan-phpunit:^1.0.0 \
phpstan/extension-installer:^1.0
composer --no-interaction --no-progress --with-all-dependencies upgrade drupal/coder:8.3.22
composer --no-interaction --no-progress --with-all-dependencies upgrade drupal/coder:8.3.23
- name: Run PHPStan
if: ${{ matrix.phpstan == '1' }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\graphql_composable\Wrappers\Response;

Expand Down
2 changes: 1 addition & 1 deletion src/Event/AlterSchemaDataEvent.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\graphql\Event;

Expand Down
2 changes: 1 addition & 1 deletion src/Event/AlterSchemaExtensionDataEvent.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\graphql\Event;

Expand Down
2 changes: 1 addition & 1 deletion src/GraphQL/Response/FileUploadResponse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\graphql\GraphQL\Response;

Expand Down
2 changes: 1 addition & 1 deletion src/GraphQL/Response/Response.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\graphql\GraphQL\Response;

Expand Down
2 changes: 1 addition & 1 deletion src/GraphQL/Response/ResponseInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\graphql\GraphQL\Response;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\graphql_alterable_schema_test\EventSubscriber;

Expand Down

0 comments on commit f4a80c5

Please sign in to comment.