Commit cdbec9fe authored by LONGMAN's avatar LONGMAN

Fixed typos

parent 0cbe0da8
...@@ -5,11 +5,11 @@ Before you contribute code to php-telegram-bot, please make sure it conforms to ...@@ -5,11 +5,11 @@ Before you contribute code to php-telegram-bot, please make sure it conforms to
cd php-telegram-bot cd php-telegram-bot
composer update composer update
vendor/bin/phpcs --report=full --extensions=php -p --standard=build/phpcs . vendor/bin/phpcs --report=full --extensions=php -np --standard=build/phpcs .
Which should give you no output, indicating that there are no coding standard errors. And then: Which should give you no output, indicating that there are no coding standard errors. And then:
phpunit vendor/bin/phpunit
Which should give you no failures or errors. You can ignore any skipped tests as these are for external tools. Which should give you no failures or errors. You can ignore any skipped tests as these are for external tools.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment