Skip to content

Commit

Permalink
[GraphQL] Make the error handler final (#3643)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpoulain committed Jul 19, 2020
1 parent 0be9798 commit 5109bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphQl/Error/ErrorHandler.php
Expand Up @@ -20,7 +20,7 @@
*
* @author Ollie Harridge <code@oll.ie>
*/
class ErrorHandler implements ErrorHandlerInterface
final class ErrorHandler implements ErrorHandlerInterface
{
/**
* {@inheritdoc}
Expand Down

0 comments on commit 5109bf1

Please sign in to comment.