php-school / learn-you-php

πŸ† Learn You PHP! - An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.
http://www.phpschool.io/
MIT License
319 stars 36 forks source link

Update dependency heaven's solution dependencies #84

Closed mikeymike closed 6 years ago

mikeymike commented 6 years ago

This is a quick fix for the issue Klien introduced when it changed the case of it's output. I'd like to think of a different solution to prevent having to update the dependencies for minor increments but I'm not entirely convinced by my other solution atm. Something to discuss again one day, for now this should sort things out.

codecov-io commented 6 years ago

Codecov Report

Merging #84 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #84   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     12           
  Lines         350    319   -31     
=====================================
- Hits          350    319   -31
Impacted Files Coverage Ξ”
src/Exercise/ArrayWeGo.php 100% <0%> (ΓΈ) :arrow_up:
src/Exercise/MyFirstIo.php 100% <0%> (ΓΈ) :arrow_up:
src/Exercise/BabySteps.php 100% <0%> (ΓΈ) :arrow_up:
src/Exercise/DependencyHeaven.php 100% <0%> (ΓΈ) :arrow_up:
src/Exercise/FilteredLs.php 100% <0%> (ΓΈ) :arrow_up:
src/Exercise/ExceptionalCoding.php 100% <0%> (ΓΈ) :arrow_up:
src/Exercise/TimeServer.php 100% <0%> (ΓΈ) :arrow_up:
src/Exercise/DatabaseRead.php 100% <0%> (ΓΈ) :arrow_up:
src/Exercise/ConcernedAboutSeparation.php 100% <0%> (ΓΈ) :arrow_up:

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 7d064f3...bbc47bb. Read the comment docs.