mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Revert accidental revert
This commit is contained in:
@@ -297,7 +297,7 @@ function php_shrink($input) {
|
|||||||
$doc_comment = true;
|
$doc_comment = true;
|
||||||
$token[1] = substr_replace($token[1], "* @version $VERSION\n", -2, 0);
|
$token[1] = substr_replace($token[1], "* @version $VERSION\n", -2, 0);
|
||||||
}
|
}
|
||||||
if ($token[0] == T_VAR) {
|
if ($token[0] == T_VAR || $token[0] == T_PUBLIC || $token[0] == T_PROTECTED || $token[0] == T_PRIVATE) {
|
||||||
$shortening = false;
|
$shortening = false;
|
||||||
} elseif (!$shortening) {
|
} elseif (!$shortening) {
|
||||||
if ($token[1] == ';') {
|
if ($token[1] == ';') {
|
||||||
|
Reference in New Issue
Block a user