Skip to content

fix/DropDown Unnecessary isValueRequired property#826

Merged
romaninsh merged 1 commit intodevelopfrom
fix/dropdown-property
Oct 29, 2019
Merged

fix/DropDown Unnecessary isValueRequired property#826
romaninsh merged 1 commit intodevelopfrom
fix/dropdown-property

Conversation

@ibelar
Copy link
Copy Markdown
Contributor

@ibelar ibelar commented Oct 26, 2019

Remove unneccessary property isValueRequired in FormField/DropDown and rely on field property required instead.

Fixe #513

Remove unneccessary property isValueRequired for dropdown formfield and rely on field property required instead.
@ibelar ibelar requested a review from DarkSide666 October 26, 2019 17:05
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 26, 2019

Codecov Report

Merging #826 into develop will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #826      +/-   ##
=============================================
- Coverage      76.42%   76.41%   -0.01%     
+ Complexity      2299     2297       -2     
=============================================
  Files            120      120              
  Lines           5438     5436       -2     
=============================================
- Hits            4156     4154       -2     
  Misses          1282     1282
Impacted Files Coverage Δ Complexity Δ
src/FormField/DropDown.php 92.5% <100%> (-0.19%) 37 <0> (-2)

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 7d99e80...5889d32. Read the comment docs.

Copy link
Copy Markdown
Collaborator

@PhilippGrashoff PhilippGrashoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@romaninsh romaninsh merged commit ae36b63 into develop Oct 29, 2019
@romaninsh romaninsh deleted the fix/dropdown-property branch October 29, 2019 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants