Skip to content

Commit

Permalink
Commit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Analysis Tools Bot committed Dec 25, 2023
1 parent 0e5b6be commit 46994fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ A ktfmt IntelliJ plugin is available from the plugin repository. To install it,

- [GrumPHP](https://github.com/phpro/grumphp) — Checks code on every commit.

- [larastan](https://github.com/nunomaduro/larastan) — Adds static analysis to Laravel improving developer productivity and code quality. It is a wrapper around PHPStan.
- [larastan](https://github.com/larastan/larastan) — Adds static analysis to Laravel improving developer productivity and code quality. It is a wrapper around PHPStan.

- [Mondrian](https://trismegiste.github.io/Mondrian) :warning: — A set of static analysis and refactoring tools which use graph theory.

Expand Down Expand Up @@ -1922,7 +1922,7 @@ It is inspired by, contains code from and is designed to stay close to [Kubeval]

- [Enlightn](https://www.laravel-enlightn.com/) — A static and dynamic analysis tool for Laravel applications that provides recommendations to improve the performance, security and code reliability of Laravel apps. Contains 120 automated checks.

- [larastan](https://github.com/nunomaduro/larastan) — Adds static analysis to Laravel improving developer productivity and code quality. It is a wrapper around PHPStan.
- [larastan](https://github.com/larastan/larastan) — Adds static analysis to Laravel improving developer productivity and code quality. It is a wrapper around PHPStan.


<a name="make" />
Expand Down
4 changes: 2 additions & 2 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -10011,8 +10011,8 @@
"types": [
"cli"
],
"homepage": "https://github.com/nunomaduro/larastan",
"source": "https://github.com/nunomaduro/larastan",
"homepage": "https://github.com/larastan/larastan",
"source": "https://github.com/larastan/larastan",
"pricing": null,
"plans": null,
"description": "Adds static analysis to Laravel improving developer productivity and code quality. It is a wrapper around PHPStan.",
Expand Down

0 comments on commit 46994fb

Please sign in to comment.