Skip to content

Commit 494a005

Browse files
committed
changes in readme.md
1 parent 7db998d commit 494a005

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: ['7.4', '8.0']
12+
php: ['8.0']
1313
dependency-version: [prefer-lowest, prefer-stable]
1414

1515
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ $ webzone install:pma
342342
**Use** : Download and Install PhpMyAdmin latest version from server.
343343

344344
`options`
345-
- `-f|--force` -> Redownload and Reinstall PhpMyAdmin forcefully.
345+
- `-fresh` -> Remove existing PhpMyAdmin and install latest version from PhpMyAdmin website.
346346
<hr>
347347

348348

app/Commands/About.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class About extends Command
2727
/**
2828
* Execute the console command.
2929
*/
30-
public function handle(): mixed
30+
public function handle()
3131
{
3232
$this->about();
3333
}

0 commit comments

Comments
 (0)