-
Notifications
You must be signed in to change notification settings - Fork 3
IBX-11606: Replaced deprecated @=resolver GraphQL syntax
#51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
konradoboza
merged 15 commits into
4.6
from
ibx-11606-replaced-deprecated-graphql-resolver
Apr 16, 2026
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
8dae616
IBX-11606: Replaced deprecated ``@=resolver` GraphQL syntax
konradoboza a287213
[CI] added temp dependency
konradoboza 7e7dc2f
fixed PHPStan issue
konradoboza 880d1fb
adjusted CI to work with tmp dependencies, switch to actions
konradoboza 3ff8958
[Composer] Ignored PKSA-7h5p-prw9-w5nr due to no alternatives
konradoboza ead7317
Fixed PHPStan
barw4 9631899
Baseline
barw4 296cdc2
Baseline
barw4 87a2cea
Baseline
barw4 da7daca
Baseline
barw4 ce792ee
Newlines
barw4 fcf8353
Update composer.json
konradoboza 31af6f9
[CI] updated dependencies.json
konradoboza 0a9827c
Merge remote-tracking branch 'origin/ibx-11606-replaced-deprecated-gr…
konradoboza 7f24184
[CI] removed tmp dependency
konradoboza File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| parameters: | ||
| ignoreErrors: | ||
| - | ||
| message: '#^PHPDoc tag @return contains generic type Overblog\\GraphQLBundle\\Relay\\Connection\\Output\\Connection\<Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Content\> but class Overblog\\GraphQLBundle\\Relay\\Connection\\Output\\Connection is not generic\.$#' | ||
| identifier: generics.notGeneric | ||
| count: 1 | ||
| path: src/lib/GraphQL/QueryFieldResolver.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| <?php | ||
|
|
||
| /** | ||
| * @copyright Copyright (C) Ibexa AS. All rights reserved. | ||
| * @license For full copyright and license information view LICENSE file distributed with this source code. | ||
| */ | ||
| declare(strict_types=1); | ||
|
|
||
| $includes = []; | ||
| if (PHP_VERSION_ID < 80000) { | ||
| $includes[] = __DIR__ . '/phpstan-baseline-7.4.neon'; | ||
| } | ||
|
|
||
| $config = []; | ||
| $config['includes'] = $includes; | ||
|
|
||
| return $config; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.