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

Issue #3446962 by kim.pepper: Remove incorrectly added...

Issue #3446962 by kim.pepper: Remove incorrectly added InputStreamUploadedFile::supportsMoveUploadedFile()

(cherry picked from commit de44e097)
parent fa05fb7a
Branches
Tags
6 merge requests!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...,!8325Update file Sort.php,!8095Expose document root on install
Pipeline #172099 passed
Pipeline: drupal

#172102

    ......@@ -49,13 +49,6 @@ public function getFilename(): string {
    return $this->filename;
    }
    /**
    * {@inheritdoc}
    */
    public function supportsMoveUploadedFile(): bool {
    return FALSE;
    }
    /**
    * {@inheritdoc}
    */
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment