php-youtube-api icon indicating copy to clipboard operation
php-youtube-api copied to clipboard

"YouTube" is not a namespace

Open zanderwar opened this issue 7 years ago • 1 comments

While it is a namespace and should be new \Madcoda\YouTube\YouTube() as per PSR-4, it is in fact just new \Madcoda\YouTube()

zanderwar avatar Oct 31 '17 23:10 zanderwar

Codecov Report

Merging #63 into master will decrease coverage by 3.84%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #63      +/-   ##
============================================
- Coverage      88.7%   84.86%   -3.85%     
  Complexity       84       84              
============================================
  Files             5        5              
  Lines           248      304      +56     
============================================
+ Hits            220      258      +38     
- Misses           28       46      +18
Impacted Files Coverage Δ Complexity Δ
src/Youtube.php 96.62% <0%> (-0.72%) 75% <0%> (ø)
src/Facades/Youtube.php 0% <0%> (ø) 1% <0%> (ø) :arrow_down:
src/YoutubeServiceProviderLaravel5.php 0% <0%> (ø) 4% <0%> (ø) :arrow_down:
src/config/youtube.php 0% <0%> (ø) 0% <0%> (ø) :arrow_down:
src/YoutubeServiceProviderLaravel4.php 0% <0%> (ø) 4% <0%> (ø) :arrow_down:

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 78ceca5...77af091. Read the comment docs.

codecov-io avatar Oct 31 '17 23:10 codecov-io