@@ -397,7 +397,7 @@ |
||
| 397 | 397 | * Do not dump commands setting ownership. |
| 398 | 398 | * --no-owner |
| 399 | 399 | * |
| 400 | - * @param $bool |
|
| 400 | + * @param boolean $bool |
|
| 401 | 401 | * @return \phpbu\App\Cli\Executable\Pgdump |
| 402 | 402 | */ |
| 403 | 403 | public function dumpNoOwner($bool) |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | /** |
| 28 | 28 | * Set potentially insecure properties. |
| 29 | 29 | * |
| 30 | - * @param array $candidates |
|
| 30 | + * @param string[] $candidates |
|
| 31 | 31 | */ |
| 32 | 32 | protected function setMaskCandidates(array $candidates) |
| 33 | 33 | { |