Skip to content

Commit b7708a6

Browse files
chore(deps): update dependency doctrine/coding-standard to v12 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02e752d commit b7708a6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"webonyx/graphql-php": "^15.0"
2424
},
2525
"require-dev": {
26-
"doctrine/coding-standard": "^11.0",
26+
"doctrine/coding-standard": "^12.0",
2727
"infection/infection": "^0.26.0",
2828
"phpstan/extension-installer": "^1.1",
2929
"phpstan/phpstan": "^1.3",

src/Error/FormattedError.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99

1010
class FormattedError extends \GraphQL\Error\FormattedError
1111
{
12-
/**
13-
* {@inheritdoc}
14-
*/
1512
public static function createFromException(Throwable $exception, int $debugFlag = DebugFlag::NONE, string|null $internalErrorMessage = null): array
1613
{
1714
$arrayError = parent::createFromException($exception, $debugFlag, $internalErrorMessage);

0 commit comments

Comments
 (0)