Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Fix Symfony File::move() #46

Merged
merged 5 commits into from
Jun 10, 2021
Merged

Fix Symfony File::move() #46

merged 5 commits into from
Jun 10, 2021

Conversation

tarampampam
Copy link
Collaborator

Description

Fixed

  • Symfony uploaded file moving (FixSymfonyFileMovingListener was added for this)

Fixes #43

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I wrote unit tests for my code (if tests is required for my changes)
  • I have made changes in CHANGELOG.md file

@tarampampam tarampampam self-assigned this Jun 10, 2021
@codecov
Copy link

codecov bot commented Jun 10, 2021

Codecov Report

Merging #46 (1c82a4f) into master (144e632) will increase coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #46      +/-   ##
============================================
+ Coverage     81.93%   82.02%   +0.09%     
- Complexity      256      258       +2     
============================================
  Files            53       54       +1     
  Lines           598      601       +3     
============================================
+ Hits            490      493       +3     
  Misses          108      108              
Impacted Files Coverage Δ
src/Defaults.php 100.00% <ø> (ø)
src/Listeners/FixSymfonyFileMovingListener.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update beff13e...1c82a4f. Read the comment docs.

@tarampampam tarampampam merged commit 46e67d7 into master Jun 10, 2021
@tarampampam tarampampam deleted the fix-fn-move_uploaded_file branch June 10, 2021 12:24
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

move_uploaded_file() not working
1 participant