-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Extension removal #14317
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
Extension removal #14317
Conversation
Codecov Report
@@ Coverage Diff @@
## master #14317 +/- ##
============================================
- Coverage 50.45% 50.43% -0.03%
- Complexity 14410 14428 +18
============================================
Files 502 502
Lines 67019 67042 +23
============================================
- Hits 33814 33811 -3
- Misses 33205 33231 +26 |
5ddd3e3
to
f46a453
Compare
Codecov Report
@@ Coverage Diff @@
## master #14317 +/- ##
============================================
- Coverage 51.1% 51% -0.11%
- Complexity 14413 14444 +31
============================================
Files 501 500 -1
Lines 66180 66242 +62
============================================
- Hits 33823 33788 -35
- Misses 32357 32454 +97 |
76ae1df
to
34aa034
Compare
browse_foreigners.php
Outdated
isset($fieldkey) ? $fieldkey : null, | ||
isset($data) ? $data : null | ||
isset($fieldkey) ? $fieldkey : (string)null, | ||
isset($data) ? $data : (string)null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't it be better to use an empty string?
'databases' => isset($databases) ? $databases : null, | ||
'dbi' => $this->dbi, | ||
'dbi' => $GLOBALS['dbi'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems to me that you are reverting the dce862d changes. Is this intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No ideia why this hapenned. I'm trying to fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It probably was a rebase with the master branch that placed my changes over yours. Sorry.
27f3617
to
4222cfa
Compare
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
Merged, thanks for your contribution! |
Before submitting pull request, please check that every commit: