We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c13eb commit 035e228Copy full SHA for 035e228
ext/phar/phar/pharcommand.inc
@@ -1298,7 +1298,7 @@ class PharCommand extends CLICommand
1298
*/
1299
public function cli_cmd_inf_meta_get()
1300
{
1301
- 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. " .
1302
"If no output file is specified for meta data then stdout is being used.\n" .
1303
"You can also specify a particular index using -k. In that case the metadata is " .
1304
"expected to be an array and the value of the given index is returned using echo " .
0 commit comments