narrowspark / framework

:dragon: The main repository for all narrowspark components.
MIT License
16 stars 2 forks source link

added types to all call methods #755

Closed prisis closed 5 years ago

prisis commented 5 years ago

using call in the console kernel to use all console methods

Q A
Branch? master
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets -
License MIT
Doc PR -
codecov[bot] commented 5 years ago

Codecov Report

Merging #755 into master will decrease coverage by 0.01%. The diff coverage is 81.81%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #755      +/-   ##
============================================
- Coverage     81.58%   81.57%   -0.02%     
+ Complexity     6093     6089       -4     
============================================
  Files           444      444              
  Lines         15095    15085      -10     
============================================
- Hits          12316    12305      -11     
- Misses         2779     2780       +1
Impacted Files Coverage Δ Complexity Δ
...Viserio/Component/Pagination/AbstractPaginator.php 48.75% <ø> (ø) 42 <0> (ø) :arrow_down:
src/Viserio/Component/Mail/Message.php 97.22% <0%> (ø) 26 <1> (ø) :arrow_down:
.../Component/Http/Stream/AbstractStreamDecorator.php 12.76% <0%> (ø) 24 <2> (ø) :arrow_down:
...rc/Viserio/Component/Foundation/Console/Kernel.php 95.77% <100%> (+0.37%) 24 <1> (-6) :arrow_down:
...ent/Events/DataCollector/TraceableEventManager.php 77.35% <100%> (ø) 50 <1> (ø) :arrow_down:
...io/Component/Support/AbstractConnectionManager.php 100% <100%> (ø) 14 <1> (ø) :arrow_down:
src/Viserio/Component/Support/Str.php 96.87% <100%> (ø) 27 <2> (ø) :arrow_down:
...c/Viserio/Component/Routing/AbstractController.php 100% <100%> (ø) 3 <1> (ø) :arrow_down:
src/Viserio/Component/Routing/Router.php 97.98% <100%> (ø) 62 <1> (ø) :arrow_down:
src/Viserio/Component/Log/Logger.php 100% <100%> (ø) 10 <1> (ø) :arrow_down:
... and 3 more

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 68e8a35...146bfda. Read the comment docs.