Skip to content

Update dependency phpstan/php-8-stubs to v0.4.36#5914

Open
renovate[bot] wants to merge 1 commit into
2.1.xfrom
renovate/phpstan-php-8-stubs-0.x
Open

Update dependency phpstan/php-8-stubs to v0.4.36#5914
renovate[bot] wants to merge 1 commit into
2.1.xfrom
renovate/phpstan-php-8-stubs-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
phpstan/php-8-stubs 0.4.350.4.36 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

phpstan/php-8-stubs (phpstan/php-8-stubs)

v0.4.36

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown
Contributor

Issue bot detected changes — view run:

Result of the code snippet from @pereorga in #11889 changed:

@@ @@
 PHP 8.0 – 8.4 (1 error)
 ==========
 
-12: Function get_cv_files() should return list<string> but returns array.
+12: Function get_cv_files() should return list<string> but returns list.
 
 PHP 7.2 – 7.4 (1 error)
 ==========
 
-12: Function get_cv_files() should return list<string> but returns array|false.
+12: Function get_cv_files() should return list<string> but returns list|false.
Full report

PHP 8.0 – 8.4 (1 error)

Line Error
12 Function get_cv_files() should return list<string> but returns list.

PHP 7.2 – 7.4 (1 error)

Line Error
12 `Function get_cv_files() should return list but returns list

Result of the code snippet from @staabm in #14768 changed:

@@ @@
+7: Expected type decimal-int-string, actual: lowercase-string&numeric-string&uppercase-string
 9: Expected type non-decimal-int-string, actual: string
Full report
Line Error
7 Expected type decimal-int-string, actual: lowercase-string&numeric-string&uppercase-string
9 Expected type non-decimal-int-string, actual: string

Result of the code snippet from @staabm in #14786 changed:

@@ @@
  7: Function doFoo() has no return type specified.
-10: Call to function is_int() with int will always evaluate to true.
+ 7: PHPDoc tag @param for parameter $s contains unresolvable type.
+ 8: Unary operation "+" on string results in an error.
Full report
Line Error
7 Function doFoo() has no return type specified.
7 PHPDoc tag @param for parameter $s contains unresolvable type.
8 Unary operation "+" on string results in an error.

Result of the code snippet from @staabm in #14786 changed:

@@ @@
 7: Function doFoo() has no return type specified.
-9: Expected type (float|int), actual: int
+7: PHPDoc tag @param for parameter $s contains unresolvable type.
+8: Unary operation "+" on string results in an error.
+9: Expected type (float|int), actual: *ERROR*
Full report
Line Error
7 Function doFoo() has no return type specified.
7 PHPDoc tag @param for parameter $s contains unresolvable type.
8 Unary operation "+" on string results in an error.
9 `Expected type (float

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.

0 participants