Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/DropDown Unnecessary isValueRequired property #826

Merged
merged 1 commit into from
Oct 29, 2019

Conversation

ibelar
Copy link
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.
@codecov
Copy link

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
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants