Skip to content

feat: adds tool just like PAO#432

Merged
taylorotwell merged 3 commits into
mainfrom
feat/adds-tool-just-like-pao
Apr 18, 2026
Merged

feat: adds tool just like PAO#432
taylorotwell merged 3 commits into
mainfrom
feat/adds-tool-just-like-pao

Conversation

@nunomaduro

Copy link
Copy Markdown
Member

With PAO, if we run in the same script

pint
phpstan
pest

The output is:

{"result":"pass"}
{"tool":"phpstan","result":"passed","errors":0}
{"tool":"pest","result":"passed","tests":52,"passed":52,"assertions":90,"duration_ms":534,}

This pull request makes pint consistent with pao, by adding the tool key, and moving "pass" to "passed".

{"tool":"pint","result":"passed"}
{"tool":"phpstan","result":"passed","errors":0}
{"tool":"pest","result":"passed","tests":52,"passed":52,"assertions":90,"duration_ms":534,}

@nunomaduro nunomaduro requested a review from taylorotwell April 18, 2026 03:42
@taylorotwell taylorotwell merged commit f07c455 into main Apr 18, 2026
10 checks passed
@taylorotwell taylorotwell deleted the feat/adds-tool-just-like-pao branch April 18, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants