d3876f68 | 28-Jun-2022 |
Andreas Möller |
Fix: Remove unused parameter * Fix: Remove unused parameter * Fix: Remove unused local variable Closes GH-574. |
5e659e0d | 28-Jun-2022 |
Andreas Möller |
Fix: Remove parameter where argument is never specified Closes GH-573. |
30796f6f | 28-Jun-2022 |
Andreas Möller |
Fix: Remove unused parameter Closes GH-571. |
1c2bd8ad | 28-Jun-2022 |
Andreas Möller |
Fix: Remove unused parameter Closes GH-572. |
22fffaad | 28-Jun-2022 |
Andreas Möller |
Fix: Remove unused references to a global variable (#563) |
996c06e1 | 28-Jun-2022 |
Kamil Tekiela |
Remove old countries lists (#569) |
4e251d69 | 28-Jun-2022 |
Kamil Tekiela |
Remove duplicated !isset($var) (#570) |
6f06ab9a | 28-Jun-2022 |
Mathias Reker ⚡️ <26626066+MathiasReker@users.noreply.github.com> |
Short scalar cast (#531) |
fa3391b9 | 28-Jun-2022 |
Kamil Tekiela |
Refactor compare_version function (#568) |
1435387c | 28-Jun-2022 |
Kamil Tekiela |
Redesign Docs.php (#567) * Fixed typo * Move PHP 4 & 5 links to "more documentation" * Change paragraph about URL and move down * Remove duplication |
cc81e8e3 | 27-Jun-2022 |
Christoph M. Becker |
Drop useless documentation table Closes GH-560. |
a6c79eca | 27-Jun-2022 |
Kamil Tekiela |
Remove fetch_contents and fetch_header (#566) |
139d12d9 | 27-Jun-2022 |
Andreas Möller |
Fix: Remove useless function Closes GH-562. |
e5ad2809 | 27-Jun-2022 |
Andreas Möller |
Fix: Remove duplicate key-value pairs (#565) |
8fbbe3bb | 27-Jun-2022 |
Andreas Möller |
Fix: Remove unused private property (#561) |
51b196df | 27-Jun-2022 |
Andreas Möller |
Enhancement: Add .editorconfig Closes GH-554. |
c40cac09 | 27-Jun-2022 |
Andreas Möller |
Remove superfluous note Closes GH-558. |
144acf6e | 23-Jun-2022 |
Pierrick Charron |
Announce PHP 8.2.0alpha2 |
546b144f | 17-Jun-2022 |
Mathias Reker ⚡️ |
Use elseif instead of else if Closes GH-534. |
530b28e9 | 17-Jun-2022 |
Mathias Reker ⚡️ |
Add void return types Add void return type to functions with missing or empty return statements. Closes GH-535. |
ede0cad4 | 17-Jun-2022 |
Mathias Reker ⚡️ |
Ternary to null coalescing Use null coalescing operator ?? where possible. Closes GH-528. |
89ac76cd | 17-Jun-2022 |
Mathias Reker ⚡️ |
No alias functions Canonical functions shall be used instead of aliases. Closes GH-530. |
7dd64e1b | 17-Jun-2022 |
Mathias Reker ⚡️ |
No spaces inside parenthesis For consistency with the rest of the code. Closes GH-551. |
0cfc90ab | 17-Jun-2022 |
Andreas Möller |
Allow copying and pasting commands to set up the local development environment Closes GH-552. |
855860ae | 17-Jun-2022 |
Mathias Reker ⚡️ |
Single blank line at eof A PHP file without end tag should always end with a single empty line feed. Closes GH-541. |