-
Updated
May 13, 2021 - PHP
phpstan
Here are 125 public repositories matching this topic...
-
Updated
May 13, 2021 - Makefile
-
Updated
Apr 30, 2021 - PHP
-
Updated
May 13, 2021 - PHP
-
Updated
May 13, 2021 - PHP
-
Updated
Apr 30, 2021 - PHP
-
Updated
Apr 30, 2021 - PHP
-
Updated
May 13, 2021 - PHP
-
Updated
May 8, 2021 - PHP
Could I get some help on how to run this tool in a Windows environment?
Our projects are inside docker containers using lando/lando, not sure if that is relevant.
Would be awesome if it was possible to install this on Windows so it is project independent.
I know how to install PHP and add things to PATH, but not entirely sure how to get started with this one.
-
Updated
May 12, 2021 - PHP
-
Updated
Apr 30, 2021 - PHP
-
Updated
May 9, 2021 - PHP
-
Updated
Apr 23, 2021 - PHP
-
Updated
Oct 21, 2020 - Java
-
Updated
May 1, 2021 - PHP
emit status report
when cs2pr completes and no errors/warnings have to be emitted, the screen stays empty.
as a user I dont know whether everything worked well and nothing had to be reported or there was a error and I dont see it.
at best we could emit a processed x errors and y warnings or similar status message at the very end into STDERR, so we dont destory possible consumers of our gihtub-api checks
-
Updated
May 12, 2021 - PHP
What I did in phpstan-beberlei-assert in this commit should also be done here in phpstan-webmozart-assert. Instead of hacking together a really burdensome way of testing type inference, the new modern way takes advantage of TypeInferenceTest that's in current dev-master of phpstan/phpstan.
-
Updated
Apr 15, 2021 - PHP
-
Updated
May 8, 2021 - PHP
-
Updated
Mar 25, 2021 - PHP
-
Updated
Mar 21, 2021 - PHP
-
Updated
Mar 5, 2019 - PHP
Improve this page
Add a description, image, and links to the phpstan topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the phpstan topic, visit your repo's landing page and select "manage topics."
The Problem
With the new
model-propertytype andModelPropertyRuleLarastan now has the ability to check the existence of model columns that are given to a method.Adding the
model-propertytype to the Laravel's core methods are done with the help of PHPstan stubs. Some [examples](https://github.com/nunomaduro/larastan/blob/master/stubs/Elo