-
Notifications
You must be signed in to change notification settings - Fork 678
Comparing changes
Open a pull request
base repository: vimeo/psalm
base: 5.13.1
head repository: vimeo/psalm
compare: 5.14.0
Commits on Jun 27, 2023
-
if cache was created with missing composer.lock file use it too inste…
…ad of ignoring it
Configuration menu - View commit details
-
Copy full SHA for 0584339 - Browse repository at this point
Copy the full SHA 0584339View commit details -
Configuration menu - View commit details
-
Copy full SHA for b877aa7 - Browse repository at this point
Copy the full SHA b877aa7View commit details
Commits on Jun 28, 2023
-
Use getParts() instead of $parts on PhpParser\Node\Name.
also use getFirst(), getLast() and getString()
Configuration menu - View commit details
-
Copy full SHA for 5a2f7c0 - Browse repository at this point
Copy the full SHA 5a2f7c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aac142 - Browse repository at this point
Copy the full SHA 7aac142View commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2dd26cb - Browse repository at this point
Copy the full SHA 2dd26cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62475cb - Browse repository at this point
Copy the full SHA 62475cbView commit details
Commits on Jun 30, 2023
-
fix mixed replace return types for arrays
* remove useless replace return type provider code that returned incorrect type for array replacements and was worse duplicate of existing stubs * require preg patterns to be non-empty-strings as otherwise it will throw a PHP notice * improve return type of array replacements to be more correct (not fully correct due to #5994 (comment))
Configuration menu - View commit details
-
Copy full SHA for 26eb870 - Browse repository at this point
Copy the full SHA 26eb870View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09a3b4b - Browse repository at this point
Copy the full SHA 09a3b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed4f94 - Browse repository at this point
Copy the full SHA 8ed4f94View commit details
Commits on Jul 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7cf87b2 - Browse repository at this point
Copy the full SHA 7cf87b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e2856 - Browse repository at this point
Copy the full SHA f0e2856View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0617274 - Browse repository at this point
Copy the full SHA 0617274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52c629c - Browse repository at this point
Copy the full SHA 52c629cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9d9db - Browse repository at this point
Copy the full SHA ce9d9dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 010306f - Browse repository at this point
Copy the full SHA 010306fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b0693 - Browse repository at this point
Copy the full SHA 33b0693View commit details -
Configuration menu - View commit details
-
Copy full SHA for 039c526 - Browse repository at this point
Copy the full SHA 039c526View commit details -
Configuration menu - View commit details
-
Copy full SHA for f07cdfc - Browse repository at this point
Copy the full SHA f07cdfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf31ffb - Browse repository at this point
Copy the full SHA bf31ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b525f9c - Browse repository at this point
Copy the full SHA b525f9cView commit details
Commits on Jul 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2388b4 - Browse repository at this point
Copy the full SHA c2388b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7593b5b - Browse repository at this point
Copy the full SHA 7593b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d24df1a - Browse repository at this point
Copy the full SHA d24df1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0377dd9 - Browse repository at this point
Copy the full SHA 0377dd9View commit details -
Merge pull request #9982 from ro0NL/patch-1
Infer output format from GITHUB_ACTIONS env
Configuration menu - View commit details
-
Copy full SHA for 3c3d184 - Browse repository at this point
Copy the full SHA 3c3d184View commit details -
Merge pull request #9975 from kkmuffme/sprintf-single-arg-splat-array
Fix sprintf single arg splat array
Configuration menu - View commit details
-
Copy full SHA for 53ce62b - Browse repository at this point
Copy the full SHA 53ce62bView commit details -
Merge pull request #9981 from kkmuffme/fix-replace-functions-return-t…
…ype-provider-less-specific fix mixed replace return types for arrays
Configuration menu - View commit details
-
Copy full SHA for 8d1876a - Browse repository at this point
Copy the full SHA 8d1876aView commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1787960 - Browse repository at this point
Copy the full SHA 1787960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b3736 - Browse repository at this point
Copy the full SHA 42b3736View commit details -
Configuration menu - View commit details
-
Copy full SHA for e819a60 - Browse repository at this point
Copy the full SHA e819a60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 539aa4c - Browse repository at this point
Copy the full SHA 539aa4cView commit details -
because constructor analysis of stubbed classes seems unsupported
Configuration menu - View commit details
-
Copy full SHA for bfd3cb8 - Browse repository at this point
Copy the full SHA bfd3cb8View commit details -
Merge pull request #9990 from ygottschalk/fix/9989-psalm-self-test
Fixed psalm self test
Configuration menu - View commit details
-
Copy full SHA for bc46938 - Browse repository at this point
Copy the full SHA bc46938View commit details -
Merge pull request #9964 from ygottschalk/fix/phpparser-deprecation-n…
…ame-parts Fix/phpparser deprecation name parts
Configuration menu - View commit details
-
Copy full SHA for 3e54feb - Browse repository at this point
Copy the full SHA 3e54febView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9575bc3 - Browse repository at this point
Copy the full SHA 9575bc3View commit details -
Merge branch 'master' into missing-composer-lock-should-not-invalidat…
…e-cache-created-with-missing-composer-lock
Configuration menu - View commit details
-
Copy full SHA for a83c3fe - Browse repository at this point
Copy the full SHA a83c3feView commit details -
Merge pull request #9988 from ygottschalk/fix/9968-exhume-enum
Fixed exhuming enums as enums, not as classes
Configuration menu - View commit details
-
Copy full SHA for 1f92b8d - Browse repository at this point
Copy the full SHA 1f92b8dView commit details -
Merge pull request #9970 from kkmuffme/missing-composer-lock-should-n…
…ot-invalidate-cache-created-with-missing-composer-lock Missing composer lock should not invalidate cache created with missing composer lock
Configuration menu - View commit details
-
Copy full SHA for 27798e6 - Browse repository at this point
Copy the full SHA 27798e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b412632 - Browse repository at this point
Copy the full SHA b412632View commit details -
Merge pull request #9992 from kkmuffme/make-stubbed-constant-types-co…
…nfigurable-with-comment make stubbed constant types configurable with comment
Configuration menu - View commit details
-
Copy full SHA for 768b813 - Browse repository at this point
Copy the full SHA 768b813View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d8adef - Browse repository at this point
Copy the full SHA 8d8adefView commit details -
Merge pull request #9993 from kkmuffme/allow-printf-with-1-arg
no error for printf with only 1 arg
Configuration menu - View commit details
-
Copy full SHA for 8fe1f15 - Browse repository at this point
Copy the full SHA 8fe1f15View commit details
Commits on Jul 5, 2023
-
offsetExists/Get/Set/Unset types were too generic since only array ke…
…y types + null lead to expected results
Configuration menu - View commit details
-
Copy full SHA for ce7b78c - Browse repository at this point
Copy the full SHA ce7b78cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d8629f - Browse repository at this point
Copy the full SHA 3d8629fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05f4e45 - Browse repository at this point
Copy the full SHA 05f4e45View commit details -
Allow space before array shape opening brace and added unit tests for…
… `\Psalm\Internal\Analyzer\CommentAnalyzer::splitDocLine()`
Configuration menu - View commit details
-
Copy full SHA for 242a38c - Browse repository at this point
Copy the full SHA 242a38cView commit details
Commits on Jul 6, 2023
-
fix "days" ignore falsable return not ignored correctly
see Reflection.php, where the same condition was used already, but was insufficient
Configuration menu - View commit details
-
Copy full SHA for 9fd5906 - Browse repository at this point
Copy the full SHA 9fd5906View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc85ecb - Browse repository at this point
Copy the full SHA fc85ecbView commit details -
Merge pull request #9998 from kkmuffme/days-property-remove-false-type
Fix "days" falsable return not ignored consistently
Configuration menu - View commit details
-
Copy full SHA for ae19418 - Browse repository at this point
Copy the full SHA ae19418View commit details -
Merge pull request #9999 from kkmuffme/improve-generic-offset-method-…
…types offsetExists/Get/Set/Unset types were too generic
Configuration menu - View commit details
-
Copy full SHA for b12e4f2 - Browse repository at this point
Copy the full SHA b12e4f2View commit details
There are no files selected for viewing