Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #10

Merged
merged 1 commit into from
Apr 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</p>


**PHP Insights** created and maintained by [Nuno Maduro](https://github.com/nunomaduro), is the perfect starting point to analyze the code quality of your PHP projects.
**PHP Insights** created and maintained by [Nuno Maduro](https://github.com/nunomaduro), is the perfect starting point to analyze the code quality of your PHP projects.
Carefully crafted to simplify the analysis of your code directly on your terminal.

**🚨 This project is under development. Don't use it!**.
Expand Down Expand Up @@ -47,7 +47,7 @@ php ./vendor/bin/phpinsights
You can publish the config-file with:

```bash
php artisan vendor:publish --provider="NunoMaduro\PhpInsights\Application\Adapters\Laravel\InsightsServiceProvider"
php artisan vendor:publish --provider="NunoMaduro\PhpInsights\Application\Adapters\Laravel\InsightsServiceProvider"
```

Open `config/insights.php`, and update the preset to `laravel`.
Expand Down Expand Up @@ -95,7 +95,7 @@ final class ForbiddenFinalClasses extends Insight
final class ClassesFinal implements HasValue, HasPercentage, HasInsights
{
// ...

/**
* {@inheritdoc}
*/
Expand All @@ -109,4 +109,4 @@ final class ClassesFinal implements HasValue, HasPercentage, HasInsights
```

## 🆓 License
PHP Insights is an open-sourced software licensed under the [MIT license](LICENSE.md).
PHP Insights is open-sourced software licensed under the [MIT license](LICENSE.md).