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. |
11866535 | 17-Jun-2022 |
Mathias Reker ⚡️ |
Combine consecutive issets Using isset($var) && multiple times should be done in one call. Co-authored-by: Andreas Möller <am@localheinz.com> Closes GH-542. |
32f5a028 | 17-Jun-2022 |
Andreas Möller |
Fix wording (repo → repository) Closes GH-553. |
63f1e9d0 | 17-Jun-2022 |
Mathias Reker ⚡️ |
No superfluous elseif Replaces superfluous elseif with if. Closes GH-549. |
bab1fa9a | 15-Jun-2022 |
Lucas Azevedo |
Add home page social preview (#524) |
cfcf303e | 13-Jun-2022 |
Lucas Azevedo |
Improve homepage hero design Co-authored-by: Kamil Tekiela <tekiela246@gmail.com> Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de> Closes GH-459. |
41e736f1 | 10-Jun-2022 |
Lucas Azevedo |
Update favicon Use the alternative logo created by Levi Morrison. See https://github.com/lhsazevedo/web-php-favicon. Closes GH-522. |
d9e64b1b | 09-Jun-2022 |
Sara Golemon |
Announce 8.0.20 |
1340cd1b | 09-Jun-2022 |
Sergey Panteleev |
Announce PHP 8.2.0alpha1 |
c2948779 | 09-Jun-2022 |
Kamil Tekiela |
Remove names of contributors from changelog It appears to be a problem with a tool since the names don't appear anywhere else Closes GH-521. |
da392852 | 09-Jun-2022 |
Ben Ramsey |
Announce PHP 8.1.7 |
a681dbd7 | 09-Jun-2022 |
Derick Rethans |
Announce 7.4.30 |