diff --git a/config/app-version.php b/config/app-version.php index 6f417dc..47486af 100644 --- a/config/app-version.php +++ b/config/app-version.php @@ -48,8 +48,8 @@ */ 'version' => \PlacetoPay\AppVersion\VersionFile::read(), - /** - * the credentials to be able to see the deployed version. + /* + * The credentials to be able to see the deployed version. */ 'username' => env('APP_VERSION_USERNAME', 'admin'), 'password' => env('APP_VERSION_PASSWORD', 'Testing123!'), diff --git a/readme.md b/readme.md index 2348aa8..0e80189 100644 --- a/readme.md +++ b/readme.md @@ -77,8 +77,8 @@ return [ */ 'version' => \PlacetoPay\AppVersion\VersionFile::readSha(), - /** - * the credentials to be able to see the deployed version. + /* + * The credentials to be able to see the deployed version. */ 'username' => env('APP_VERSION_USERNAME', 'admin'), 'password' => env('APP_VERSION_PASSWORD', 'Testing123!'),