History log of /web-php/ (Results 701 – 725 of 12336)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d3876f6828-Jun-2022 Andreas Möller

Fix: Remove unused parameter

* Fix: Remove unused parameter
* Fix: Remove unused local variable

Closes GH-574.

5e659e0d28-Jun-2022 Andreas Möller

Fix: Remove parameter where argument is never specified

Closes GH-573.

30796f6f28-Jun-2022 Andreas Möller

Fix: Remove unused parameter

Closes GH-571.

1c2bd8ad28-Jun-2022 Andreas Möller

Fix: Remove unused parameter

Closes GH-572.

22fffaad28-Jun-2022 Andreas Möller

Fix: Remove unused references to a global variable (#563)

996c06e128-Jun-2022 Kamil Tekiela

Remove old countries lists (#569)

4e251d6928-Jun-2022 Kamil Tekiela

Remove duplicated !isset($var) (#570)

6f06ab9a28-Jun-2022 Mathias Reker ⚡️ <26626066+MathiasReker@users.noreply.github.com>

Short scalar cast (#531)

fa3391b928-Jun-2022 Kamil Tekiela

Refactor compare_version function (#568)

1435387c28-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

cc81e8e327-Jun-2022 Christoph M. Becker

Drop useless documentation table

Closes GH-560.

a6c79eca27-Jun-2022 Kamil Tekiela

Remove fetch_contents and fetch_header (#566)

139d12d927-Jun-2022 Andreas Möller

Fix: Remove useless function

Closes GH-562.

e5ad280927-Jun-2022 Andreas Möller

Fix: Remove duplicate key-value pairs (#565)

8fbbe3bb27-Jun-2022 Andreas Möller

Fix: Remove unused private property (#561)

51b196df27-Jun-2022 Andreas Möller

Enhancement: Add .editorconfig

Closes GH-554.

c40cac0927-Jun-2022 Andreas Möller

Remove superfluous note

Closes GH-558.

144acf6e23-Jun-2022 Pierrick Charron

Announce PHP 8.2.0alpha2

546b144f17-Jun-2022 Mathias Reker ⚡️

Use elseif instead of else if

Closes GH-534.

530b28e917-Jun-2022 Mathias Reker ⚡️

Add void return types

Add void return type to functions with missing or empty return statements.

Closes GH-535.

ede0cad417-Jun-2022 Mathias Reker ⚡️

Ternary to null coalescing

Use null coalescing operator ?? where possible.

Closes GH-528.

89ac76cd17-Jun-2022 Mathias Reker ⚡️

No alias functions

Canonical functions shall be used instead of aliases.

Closes GH-530.

7dd64e1b17-Jun-2022 Mathias Reker ⚡️

No spaces inside parenthesis

For consistency with the rest of the code.

Closes GH-551.

0cfc90ab17-Jun-2022 Andreas Möller

Allow copying and pasting commands to set up the local development environment

Closes GH-552.

855860ae17-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.

1...<<21222324252627282930>>...494