mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Enable trailing_comma_in_multiline fixer (#647)
* Enhancement: Enable and configure trailing_comma_in_multiline fixer * Fix: Run 'make coding-standards'
This commit is contained in:
@@ -711,7 +711,7 @@ if (strpos($URI, "manual/") === 0) {
|
||||
$fallback = (myphpnet_urlsearch() === MYPHPNET_URL_MANUAL ? "404manual" : "404quickref");
|
||||
mirror_redirect(
|
||||
'/search.php?show=' . $fallback . '&lang=' . urlencode($LANG) .
|
||||
'&pattern=' . substr($_SERVER['REQUEST_URI'], 1)
|
||||
'&pattern=' . substr($_SERVER['REQUEST_URI'], 1),
|
||||
);
|
||||
/*
|
||||
* vim: set et ts=4 sw=4 ft=php: :
|
||||
|
||||
Reference in New Issue
Block a user