Issue #3437752 by lhridley: Fix FileUploadResource::$fileSystem documented type to match the constructor typehint

merge-requests/6916/head^2
Alex Pott 2024-04-03 23:49:51 +01:00
parent ad80289ed4
commit 5540060beb
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class FileUploadResource extends ResourceBase {
/**
* The file system service.
*
* @var \Drupal\Core\File\FileSystem
* @var \Drupal\Core\File\FileSystemInterface
*/
protected $fileSystem;