[PHP-WEBMASTER] [web-php] master: Add returns to end of functions (#422)

2021-07-21 Thread Mike Schinkel via GitHub
Author: Mike Schinkel (mikeschinkel) Committer: GitHub (web-flow) Pusher: kelunik Date: 2021-07-21T21:20:10+02:00 Commit: https://github.com/php/web-php/commit/0cea658a5e123bddfdce7deab315eb3787b6564a Raw diff: https://github.com/php/web-php/commit/0cea658a5e123bddfdce7deab315eb3787b6564a.diff

[PHP-WEBMASTER] [web-php][PR #422] - Add returns to end of functions

2021-07-21 Thread noreply
You can view the Pull Request on github: https://github.com/php/web-php/pull/422 Closed. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php][PR #425] - Fix mismatched tags

2021-07-21 Thread noreply
You can view the Pull Request on github: https://github.com/php/web-php/pull/425 Closed. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php][PR #425] - Fix mismatched tags

2021-07-21 Thread noreply
You can view the Pull Request on github: https://github.com/php/web-php/pull/425 Opened By: mikeschinkel Pull Request Description: When inspecting the code with PhpStorm is reported that the usage of the tags that were modified in this commit were invalid. Mostly the tags were enclosing .. tag

[PHP-WEBMASTER] [web-php][PR #424] - Fix mismatched tags

2021-07-21 Thread noreply
You can view the Pull Request on github: https://github.com/php/web-php/pull/424 Opened By: mikeschinkel Pull Request Description: When inspecting the code with PhpStorm is reported that the usage of the tags that were modified in this commit were invalid. Mostly the tags were enclosing .. tag

[PHP-WEBMASTER] [web-php][PR #423] - Change regex capture variable from \n to $n

2021-07-21 Thread noreply
You can view the Pull Request on github: https://github.com/php/web-php/pull/423 Opened By: mikeschinkel Pull Request Description: When inspecting code with PhpStorm it flags the code as an error when the \n stype of capture variable is used, and in at least the news2html file I am pretty sure t

[PHP-WEBMASTER] [web-php][PR #422] - Add returns to end of functions

2021-07-21 Thread noreply
You can view the Pull Request on github: https://github.com/php/web-php/pull/422 Opened By: mikeschinkel Pull Request Description: PhpStorm flags functions that don't have returns at the end so this PR rearranges code so that the returns are always at the end, or in one case adds one that was mi

[PHP-WEBMASTER] [web-php][PR #421] - Replaced deprecated table attributes with css

2021-07-21 Thread noreply
You can view the Pull Request on github: https://github.com/php/web-php/pull/421 Opened By: mikeschinkel Pull Request Description: HTML deprecated table element attributes @cellpadding, @cellspacing, @border, @align, etc. so this PR replaces them with CSS classes, selectors and style rules. It

[PHP-WEBMASTER] [web-php][PR #420] - Add PHPDoc to support linting via PhpStorm

2021-07-21 Thread noreply
You can view the Pull Request on github: https://github.com/php/web-php/pull/420 Opened By: mikeschinkel Pull Request Description: Without these PHPDoc comments PhpStorm flags the variables, links and fragments as warnings or errors when using the Inspect Code feature. With these comments PhpSt

[PHP-WEBMASTER] [web-php][PR #419] - Removes use of get_magic_quotes_gpc()

2021-07-21 Thread noreply
You can view the Pull Request on github: https://github.com/php/web-php/pull/419 Opened By: mikeschinkel Pull Request Description: As `get_magic_quotes_gpc()` has been removed in PHP 8.0, this PR removes it from the `clean()` function in `layout.inc.` Hopefully its removal is valid, or at least

[PHP-WEBMASTER] [web-php][PR #418] - Change invalid use of @alt on anchor tags

2021-07-21 Thread noreply
You can view the Pull Request on github: https://github.com/php/web-php/pull/418 Opened By: mikeschinkel Pull Request Description: Changed from invalid @alt attribute on anchor HTML elements to valid @title attribute using the same values used for @alt. Also fixed on invalid use of a non-exist

[PHP-WEBMASTER] [web-php][PR #417] - Fix to allow news2html to handle multi-line 'module'

2021-07-21 Thread noreply
You can view the Pull Request on github: https://github.com/php/web-php/pull/417 Opened By: mikeschinkel Pull Request Description: I am not sure this PR is valid because I only had one set of NEWS files to process. But, maybe it is: I needed a NEWS file to test bin/news2html and the only ones i