[PHP-WEBMASTER] [web-php] master: Enhancement: Add Makefile

2022-07-11 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-11T13:48:55+02:00 Commit: https://github.com/php/web-php/commit/dc0eb0f29fb20e07d58cb588b4bb39c885ef2173 Raw diff: https://github.com/php/web-php/commit/dc0eb0f29fb20e07d58cb588b4bb39c885ef2173.diff Enh

[PHP-WEBMASTER] [web-php] PR #621: Enhancement: Add `Makefile`

2022-07-11 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/621 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #632: Enhancement: Add tests for `gen_challenge()` and `test_answer()`

2022-07-11 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/632 Author: localheinz This pull request - [x] adds tests for `gen_challenge()` and `test_answer()` Follows #626. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #577: Fix: Remove unused parameters

2022-07-11 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/577 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Fix: Remove unused parameters

2022-07-11 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-11T18:39:48+02:00 Commit: https://github.com/php/web-php/commit/f24a9f3906cf0cd55779a380da04151ed490e063 Raw diff: https://github.com/php/web-php/commit/f24a9f3906cf0cd55779a380da04151ed490e063.diff Fix

[PHP-WEBMASTER] [web-php] master: Fix: Remove unused methods

2022-07-11 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-11T18:41:46+02:00 Commit: https://github.com/php/web-php/commit/e45bf2b782f887fec2dc84c2143b198dfae48943 Raw diff: https://github.com/php/web-php/commit/e45bf2b782f887fec2dc84c2143b198dfae48943.diff Fix

[PHP-WEBMASTER] [web-php] PR #607: Fix: Remove unused methods

2022-07-11 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/607 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #633: Enhancement: Trim trailing whitespace in all files

2022-07-11 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/633 Author: localheinz This pull request - [x] adjusts `.editorconfig` to trim trailing whitespace in all (!) files Similar to 620. 💁‍♂️ Perhaps we should apply this rule after merging #559 and after enabling the [`no_trailing_whitespace`](htt

[PHP-WEBMASTER] [web-php] PR #559: Enhancement: Run `friendsofphp/php-cs-fixer` on GitHub Actions

2022-07-11 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/559 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Enhancement: Run friendsofphp/php-cs-fixer on GitHub Actions

2022-07-11 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-11T19:19:15+02:00 Commit: https://github.com/php/web-php/commit/d3b6b3ed67ab6e5b72d5dcd8b5838965c490cae7 Raw diff: https://github.com/php/web-php/commit/d3b6b3ed67ab6e5b72d5dcd8b5838965c490cae7.diff Enh

[PHP-WEBMASTER] [web-php] PR #634: Enhancement: Enable `array_indentation` fixer

2022-07-11 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/634 Author: localheinz This pull request - [x] enables the `array_indentation` fixer - [ ] runs `make coding-standards` Follows #559. 💁‍♂️ For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.4.0/doc/rules/whitespace/array_in

[PHP-WEBMASTER] [web-php] PR #635: Fix: Remove commented out formats

2022-07-11 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/635 Author: localheinz This pull request - [x] removes commented out formats -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #636: Enhancement: Enable no_trailing_whitespace fixer

2022-07-11 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/636 Author: localheinz This pull request - [x] enables the `no_trailing_whitespace` fixer Follows #559. 💁‍♂️ For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.4.0/doc/rules/whitespace/no_trailing_whitespace.rst. -- PHP W

[PHP-WEBMASTER] [web-php] PR #637: Enhancement: Enable `whitespace_after_comma_in_array` fixer

2022-07-11 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/637 Author: localheinz This pull request - [x] enables the `whitespace_after_comma_in_array` fixer - [ ] runs `make coding-standards` Follows #559. 💁‍♂️ For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.4.0/doc/rules/array

[PHP-WEBMASTER] [web-php] PR #638: Enhancement: Enable `PSR12` rule set

2022-07-11 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/638 Author: localheinz This pull request - [x] enables the `PSR12` rule set - [ ] runs `make coding-standards` Follows #559. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Fix: Remove commented out formats

2022-07-11 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-11T19:50:00+02:00 Commit: https://github.com/php/web-php/commit/26e53d3af24aaab8ba198406197bb83e1acbbcef Raw diff: https://github.com/php/web-php/commit/26e53d3af24aaab8ba198406197bb83e1acbbcef.diff Fix

[PHP-WEBMASTER] [web-php] PR #635: Fix: Remove commented out formats

2022-07-11 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/635 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #636: Enhancement: Enable `no_trailing_whitespace` fixer

2022-07-11 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/636 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Enhancement: Enable no_trailing_whitespace fixer

2022-07-11 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-11T19:54:57+02:00 Commit: https://github.com/php/web-php/commit/1b3e0e41c4b3f8863fb6d9a138a9ebf471b390a1 Raw diff: https://github.com/php/web-php/commit/1b3e0e41c4b3f8863fb6d9a138a9ebf471b390a1.diff Enh

[PHP-WEBMASTER] [web-php] PR #633: Enhancement: Trim trailing whitespace in all files

2022-07-11 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/633 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Enhancement: Trim trailing whitespace in all files

2022-07-11 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-11T19:58:02+02:00 Commit: https://github.com/php/web-php/commit/383142443d4c71a24aabe74c4f8c85a662a90ba4 Raw diff: https://github.com/php/web-php/commit/383142443d4c71a24aabe74c4f8c85a662a90ba4.diff Enh

[PHP-WEBMASTER] [web-php] PR #639: Enhancement: Enable `visibility_required` fixer

2022-07-11 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/639 Author: localheinz This pull request - [x] enables the `visibility_required` fixer - [ ] runs `make coding-standards` Follows #559. 💁‍♂️ For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.4.0/doc/rules/class_notation/vi

[PHP-WEBMASTER] [web-php] PR #638: Enhancement: Enable `PSR12` rule set

2022-07-11 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/638 Unknown action: converted_to_draft -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #638: Enhancement: Enable `PSR12` rule set

2022-07-11 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/638 Unknown action: converted_to_draft -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #640: Enhancement: Enable `single_space_after_construct` fixer

2022-07-11 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/640 Author: localheinz This pull request - [x] enables the `single_space_after_construct` fixer - [ ] runs `make coding-standards` Follows #559. 💁‍♂️ For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.4.0/doc/rules/language

[PHP-WEBMASTER] [web-php] PR #638: Enhancement: Enable `PSR12` rule set

2022-07-11 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/638 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #637: Enhancement: Enable `whitespace_after_comma_in_array` fixer

2022-07-11 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/637 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Enhancement: Enable `whitespace_after_comma_in_array` fixer

2022-07-11 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-11T20:13:00+02:00 Commit: https://github.com/php/web-php/commit/4b3e3c9a6bbe50631aa4d5b828b9ab8dd757f08b Raw diff: https://github.com/php/web-php/commit/4b3e3c9a6bbe50631aa4d5b828b9ab8dd757f08b.diff Enh

[PHP-WEBMASTER] [web-php] master: Enhancement: Enable `visibility_required` fixer

2022-07-11 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-11T20:16:40+02:00 Commit: https://github.com/php/web-php/commit/ba92fc90a29ca5646fcdce7a87c3be46fc4f1ec0 Raw diff: https://github.com/php/web-php/commit/ba92fc90a29ca5646fcdce7a87c3be46fc4f1ec0.diff Enh

[PHP-WEBMASTER] [web-php] PR #639: Enhancement: Enable `visibility_required` fixer

2022-07-11 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/639 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #622: Enhancement: Enable `indentation_type` fixer

2022-07-11 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/622 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Enhancement: Enable `indentation_type` fixer

2022-07-11 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-11T20:34:20+02:00 Commit: https://github.com/php/web-php/commit/f3585d9bdfe12c57d052889e7c425e956ad9b917 Raw diff: https://github.com/php/web-php/commit/f3585d9bdfe12c57d052889e7c425e956ad9b917.diff Enh

[PHP-WEBMASTER] [web-php] PR #641: Enhancement: Enable `ordered_class_elements` fixer

2022-07-11 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/641 Author: localheinz This pull request - [x] enables the `ordered_class_elements` fixer - [ ] runs `make coding-standards` Follows #559. 💁‍♂️ For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.4.0/doc/rules/class_notation