Hi, is possible can merge file phpstan.neon with my own?
You should have your own phpstan.neon and include this repository’s
extension.neon in it. Then you can run PHPStan as usual.
On Tue, 24 Jul 2018 at 10:05, Petr Král notifications@github.com wrote:
Hi, is possible can merge file phpstan.neon with my own?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/nunomaduro/larastan/issues/93, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAGZuIg_MRf-JqBMm3Ny_9LYbDfSqBK0ks5uJtU_gaJpZM4VcRM9
.>
Ondřej Mirtes
In fact when you use ./artisan code:analyse --configuration=/path/to/your/file.neon it is _merged_ with yours.
@mfn I am not sure about merging: #47
https://github.com/nunomaduro/larastan/blob/master/src/Console/OptionsResolver.php#L69-L70
🤔
I only know what I did:
.neon fileThat was my conclusion a merge happened. Also, all those errors reported looked different to me than from vanilla phpstan.
But maybe I miss-looked.
This issue seems no longer be relevant.
Most helpful comment
You should have your own phpstan.neon and include this repository’s
extension.neon in it. Then you can run PHPStan as usual.
On Tue, 24 Jul 2018 at 10:05, Petr Král notifications@github.com wrote:
Ondřej Mirtes