Skip to content
Snippets Groups Projects
Verified Commit 5540060b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3437752 by lhridley: Fix FileUploadResource::$fileSystem documented...

Issue #3437752 by lhridley: Fix FileUploadResource::$fileSystem documented type to match the constructor typehint
parent ad80289e
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ class FileUploadResource extends ResourceBase {
/**
* The file system service.
*
* @var \Drupal\Core\File\FileSystem
* @var \Drupal\Core\File\FileSystemInterface
*/
protected $fileSystem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment