Verified Commit 0ebaa775 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

(cherry picked from commit 5540060b)
parent 5fa98aca
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ class FileUploadResource extends ResourceBase {
  /**
   * The file system service.
   *
   * @var \Drupal\Core\File\FileSystem
   * @var \Drupal\Core\File\FileSystemInterface
   */
  protected $fileSystem;