1
0
Fork 0

Merge pull request #8703 from carlosbuenosvinos/patch-1

Remove unnecessary space
pull/8709/head
Jordi Boggiano 2020-03-20 21:54:48 +01:00 committed by GitHub
commit 379383cd80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ be in your project root, on the same level as `vendor` directory is. An example
filename would be `src/Foo.php` containing an `Acme\Foo` class.
After adding the [`autoload`](04-schema.md#autoload) field, you have to re-run
this command :
this command:
```sh
php composer.phar dump-autoload