Skip to content

Commit

Permalink
Merge branch 'feat/first' of https://github.com/nunomaduro/phpinsights
Browse files Browse the repository at this point in the history
…into feat/first
  • Loading branch information
nunomaduro committed Apr 9, 2019
2 parents 7a67e5d + c1fc313 commit 92d9b8e
Showing 1 changed file with 4 additions and 4 deletions.
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).

0 comments on commit 92d9b8e

Please sign in to comment.