Skip to content

Commit

Permalink
Merge branch 'b-7.0.x' into b-7.1.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/Framework/GraphQLQueryHandler.php
  • Loading branch information
MarcelOxid committed Apr 4, 2024
2 parents 8fc0e83 + 43a5307 commit c7be1ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG-v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [8.1.0] - Unreleased
## [8.1.0] - 2024-04-04

### Changed
- Replace webmozart/path-util usage with symfony/filesystem
Expand Down
3 changes: 3 additions & 0 deletions src/Framework/GraphQLQueryHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ private function executeQuery(array $queryData): ExecutionResult
return $result;
}

/**
* @deprecated Exceptions should be thrown instead of using this method
*/
public static function addError(Error $error): void
{
self::$errors[] = $error;
Expand Down

0 comments on commit c7be1ee

Please sign in to comment.