Skip to content

Commit

Permalink
remove $ so cut-and-paste works
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored and shish committed Jan 21, 2025
1 parent 4362e78 commit 227e923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ $content = file_get_contents('foobar.json');
Use composer to install Safe-PHP:

```bash
$ composer require thecodingmachine/safe
composer require thecodingmachine/safe
```

*Highly recommended*: install PHPStan and PHPStan extension:

```bash
$ composer require --dev thecodingmachine/phpstan-safe-rule
composer require --dev thecodingmachine/phpstan-safe-rule
```

Now, edit your `phpstan.neon` file and add these rules:
Expand All @@ -111,7 +111,7 @@ tool that performs instant refactoring of your application.
Run
```bash
$ composer require --dev rector/rector
composer require --dev rector/rector
```

to install `rector/rector`.
Expand Down

0 comments on commit 227e923

Please sign in to comment.