Skip to content
GitLab
Explore
Sign in
Custom D
Zon Core
Merge requests
!89
Used empty() instead of count()
Code
Review changes
Check out branch
Download
Patches
Plain diff
Jem Lopez
requested to merge
feature/few_code_enhancements
into
custom/pulse
Oct 31, 2016
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
What we did
We get rid of
count() === 0
and replaced it with
empty()
Merge request reports