FriendsOfCake / cakephp-upload

CakePHP: Handle file uploading sans ridiculous automagic
https://cakephp-upload.readthedocs.io/
MIT License
551 stars 255 forks source link

Update examples.rst #560

Closed kirez20 closed 3 years ago

kirez20 commented 3 years ago

using return strtolower($data['name']); gives: Cannot use object of type Laminas\Diactoros\UploadedFile as array

codecov[bot] commented 3 years ago

Codecov Report

Merging #560 (e6ee464) into master (778c2b6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #560   +/-   ##
=========================================
  Coverage     95.52%   95.52%           
  Complexity      109      109           
=========================================
  Files            11       11           
  Lines           268      268           
=========================================
  Hits            256      256           
  Misses           12       12           

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 778c2b6...e6ee464. Read the comment docs.