mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-30 08:39:57 +02:00
Minor style fixes
- use `()` when referencing functions
This commit is contained in:
@@ -22,7 +22,8 @@ curl -s https://getcomposer.org/installer | php
|
||||
{% endhighlight %}
|
||||
|
||||
This will download `composer.phar` (a PHP binary archive). You can run this with `php` to manage your project
|
||||
dependencies. <strong>Please Note:</strong> If you pipe downloaded code directly into an interpreter, please read the
|
||||
dependencies.
|
||||
<strong>Please Note:</strong> If you pipe downloaded code directly into an interpreter, please read the
|
||||
code online first to confirm it is safe.
|
||||
|
||||
#### Installing on Windows
|
||||
|
Reference in New Issue
Block a user