Fix typo (from → form)

Closes GH-9609.
This commit is contained in:
Christoph M. Becker 2022-09-24 10:24:46 +02:00
parent 61c13eb2c8
commit 035e22890f
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -1298,7 +1298,7 @@ class PharCommand extends CLICommand
*/ */
public function cli_cmd_inf_meta_get() public function cli_cmd_inf_meta_get()
{ {
return "Get meta information of a PHAR entry or a PHAR package in serialized from. " . return "Get meta information of a PHAR entry or a PHAR package in serialized form. " .
"If no output file is specified for meta data then stdout is being used.\n" . "If no output file is specified for meta data then stdout is being used.\n" .
"You can also specify a particular index using -k. In that case the metadata is " . "You can also specify a particular index using -k. In that case the metadata is " .
"expected to be an array and the value of the given index is returned using echo " . "expected to be an array and the value of the given index is returned using echo " .