Skip to content

Commit 5a3be03

Browse files
committed
MAGETWO-64515: change comment in file due to PR risk
1 parent b9f1e61 commit 5a3be03

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

phpserver/router.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
echo 'debug: '.$val.PHP_EOL.'<br/>'.PHP_EOL;
3333
};
3434

35-
/* Note: the code below is experimental and not intended to be used outside development environment.
36-
The code is protected against running outside of PHP built-in web server. */
35+
/**
36+
* Note: the code below is experimental and not intended to be used outside development environment.
37+
* The code is protected against running outside of PHP built-in web server.
38+
*/
3739

3840
if (php_sapi_name() === 'cli-server') {
3941
$debug($_SERVER["REQUEST_URI"]);

0 commit comments

Comments
 (0)