alphazframework / framework

Core files of AlphaZ Framework
https://alphazframework.github.io/
MIT License
16 stars 17 forks source link

Fix some typos + general cleanup. #308

Closed Maikuolan closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #308 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master   #308   +/-   ##
=======================================
  Coverage       9.7%   9.7%           
  Complexity     1916   1916           
=======================================
  Files           111    111           
  Lines          5113   5113           
=======================================
  Hits            496    496           
  Misses         4617   4617
Impacted Files Coverage Δ Complexity Δ
src/http/Clients/AbstractClient.php 0% <ø> (ø) 35 <0> (ø) :arrow_down:
src/Site/Key.php 100% <ø> (ø) 4 <0> (ø) :arrow_down:
src/Database/Drives/MYSQL/MySqlDb.php 0% <ø> (ø) 24 <0> (ø) :arrow_down:
src/Auth/Logout.php 0% <ø> (ø) 1 <0> (ø) :arrow_down:
src/Database/Drives/SqLite/SqLite.php 0% <ø> (ø) 21 <0> (ø) :arrow_down:
src/Console/Console.php 0% <ø> (ø) 18 <0> (ø) :arrow_down:
src/Whoops/views/view.php 0% <0%> (ø) 0 <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 aafa0d6...1b3b289. Read the comment docs.

lablnet commented 4 years ago

@Maikuolan Thanks you so much for your time to contribute.