CakePHP-Bootstrap / cakephp3-bootstrap-helpers

CakePHP 3.x Helpers for Bootstrap 3 and 4.
https://holt59.github.io/cakephp3-bootstrap-helpers/
MIT License
130 stars 79 forks source link

fix for errors "can't convert array to string" #157

Closed lyziane closed 6 years ago

lyziane commented 6 years ago

fix for the errors "can't convert array to string"

codecov[bot] commented 6 years ago

Codecov Report

Merging #157 into master will decrease coverage by 0.07%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #157      +/-   ##
============================================
- Coverage     88.91%   88.84%   -0.08%     
  Complexity      368      368              
============================================
  Files            19       19              
  Lines          1146     1147       +1     
============================================
  Hits           1019     1019              
- Misses          127      128       +1
Impacted Files Coverage Δ Complexity Δ
src/View/Widget/FancyFileWidget.php 92.59% <0%> (-1.75%) 12 <0> (ø)

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 ef50df4...ce665c9. Read the comment docs.

Holt59 commented 6 years ago

Closing this since this seems to be an exact duplicated of PR #158?