57f505ed | 22-Aug-2022 |
Andreas Möller |
Enhancement: Enable and configure `concat_space` fixer Closes GH-657. |
d9bcfed4 | 22-Aug-2022 |
Andreas Möller |
Enhancement: Enable `array_syntax` fixer Co-authored-by: MathiasReker <mathias@reker.dk> Closes GH-659. |
c304829d | 22-Aug-2022 |
Andreas Möller |
Enhancement: Enable and configure `class_attributes_separation` fixer Closes GH-643. |
cdb83249 | 22-Aug-2022 |
Andreas Möller |
Enhancement: Enable `switch_case_space` fixer Closes GH-669. |
d1bf270a | 18-Aug-2022 |
Pierrick Charron |
Fix small mistake in 8.2.0 Beta 3 announcement |
ce8b22c4 | 18-Aug-2022 |
Pierrick Charron |
Announce PHP 8.2.0beta3 |
9ea4de30 | 11-Aug-2022 |
Peter Cowburn |
fix number of ? in IN clause Bug was introduced in a3dcbf63da. |
63f92006 | 11-Aug-2022 |
Peter Cowburn |
redirect php.net/hrtime to function rather than pecl ext (thanks Benjamin) |
c23fe7f9 | 06-Aug-2022 |
Markus Staab |
Fix typos in changelog Closes GH-683. |
cefb40f5 | 04-Aug-2022 |
Patrick Allaert |
Announce PHP 8.1.9 |
741587d1 | 04-Aug-2022 |
Pierrick Charron |
Fix PHP 8.2.0 Beta2 announcement |
ce46c26d | 04-Aug-2022 |
Sergey Panteleev |
Ignore `include/releases.inc` file in CS-Fixer (#681) |
66652364 | 04-Aug-2022 |
Sergey Panteleev |
Announce PHP 8.2.0beta2 |
66e61dec | 04-Aug-2022 |
Gabriel Caruso |
Fixes to PHP 8.0.22 announcement Missed these name entries while generating the changes locally, removing to keep it consistent with the entire file. |
86ea3fc5 | 04-Aug-2022 |
Gabriel Caruso |
Announce PHP 8.0.22 |
7a25d900 | 02-Aug-2022 |
Patrick Allaert |
Updating distributions |
29f24d09 | 29-Jul-2022 |
Christoph M. Becker |
Fix GH-676: Releases RSS/ATOM feed does not validate The feed's updated element is required before the entries. Closes GH-678. |
c46c30f5 | 21-Jul-2022 |
Pierrick Charron |
Announce PHP 8.2.0beta1 |
18576e3d | 18-Jul-2022 |
Andreas Möller |
.editorconfig: Set charset for all files to UTF-8 Closes GH-620. |
2a01e8d9 | 17-Jul-2022 |
Andreas Möller |
Fix: Use relative file name, not absolute path to file Closes GH-670. |
77a06203 | 15-Jul-2022 |
Kamil Tekiela |
Improve code formatting in JS (#656) |
f127de5d | 15-Jul-2022 |
Andreas Möller |
Enhancement: Enable `strict_param` fixer We set strict param to false to ensure current behavior, except for two cases where it is safe to go with true. Closes GH-658. |
5c9eab2f | 15-Jul-2022 |
Christoph M. Becker |
Fix CS violations (case of null, false and true) |
b575ebd4 | 15-Jul-2022 |
Andreas Möller |
Enhancement: Include `*.inc` files (with exceptions) Closes GH-662. |
d7e1b815 | 15-Jul-2022 |
Andreas Möller |
Enhancement: Enable `constant_case` fixer Co-authored-by: MathiasReker <mathias@reker.dk> Closes GH-660. |