Update doc typehint and FQCN#441
Merged
ADmad merged 3 commits intothephpleague:masterfrom Feb 12, 2026
Merged
Conversation
- advanced-usage.md: Add all missing parameter types and return types to match Server class (string, bool, void, FilesystemOperator, etc.), fix wrong method names (setManipulators/getManipulators → setDefaults/ getDefaults), add setPresets/getPresets, fix nullable ResponseFactory, fix typo "reponse" → "response" - setup.md: Fix ImageManager instantiation to use static factory method (ImageManager::gd()) instead of removed constructor pattern, add missing Flip manipulator to the manual setup example - responses.md: Add missing `string` type hint on $path parameter in ResponseFactoryInterface::create() - watermarks.md: Fix outdated Flysystem adapter class name (Local → LocalFilesystemAdapter) https://claude.ai/code/session_01GZAAeRMUyZXA4eXUtczCvj
- advanced-usage.md: FilesystemOperator → League\Flysystem\FilesystemOperator, ApiInterface → League\Glide\Api\ApiInterface, ResponseFactoryInterface → League\Glide\Responses\ResponseFactoryInterface - setup.md: SymfonyResponseFactory → League\Glide\Responses\SymfonyResponseFactory - watermarks.md: ServerFactory → League\Glide\ServerFactory, Filesystem → League\Flysystem\Filesystem, LocalFilesystemAdapter → League\Flysystem\Local\LocalFilesystemAdapter https://claude.ai/code/session_01GZAAeRMUyZXA4eXUtczCvj
ADmad
reviewed
Feb 12, 2026
Prefix all fully qualified class names with `\` when used inline in PHP code blocks (not covered by `use` statements). This ensures the code examples are valid PHP when used outside a namespace. https://claude.ai/code/session_01GZAAeRMUyZXA4eXUtczCvj
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.