Skip to content

Commit

Permalink
Bump phpstan/phpstan from 1.10.62 to 1.10.65 (#685)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Staab <[email protected]>
  • Loading branch information
dependabot[bot] and staabm authored Mar 23, 2024
1 parent c0a9338 commit e129952
Show file tree
Hide file tree
Showing 30 changed files with 265 additions and 145 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"php": ">=7.4",
"justinrainbow/json-schema": "^5.2",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/phpstan": "1.10.62",
"phpstan/phpstan": "1.10.65",
"phpstan/phpstan-deprecation-rules": "1.1.4",
"phpstan/phpstan-phpunit": "1.3.16",
"phpstan/phpstan-strict-rules": "1.5.2",
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 28 additions & 28 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,17 +665,17 @@
},
{
"name": "phpstan/phpstan",
"version": "1.10.62",
"version_normalized": "1.10.62.0",
"version": "1.10.65",
"version_normalized": "1.10.65.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9"
"reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd5c8a1660ed3540b211407c77abf4af193a6af9",
"reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/3c657d057a0b7ecae19cb12db446bbc99d8839c6",
"reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6",
"shasum": ""
},
"require": {
Expand All @@ -684,7 +684,7 @@
"conflict": {
"phpstan/phpstan-shim": "*"
},
"time": "2024-03-13T12:27:20+00:00",
"time": "2024-03-23T10:30:26+00:00",
"bin": [
"phpstan",
"phpstan.phar"
Expand Down Expand Up @@ -888,23 +888,23 @@
},
{
"name": "phpstan/phpstan-symfony",
"version": "1.3.8",
"version_normalized": "1.3.8.0",
"version": "1.3.9",
"version_normalized": "1.3.9.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
"reference": "d8a0bc03a68d95288b6471c37d435647fbdaff1a"
"reference": "a32bc86da24495025d7aafd1ba62444d4a364a98"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/d8a0bc03a68d95288b6471c37d435647fbdaff1a",
"reference": "d8a0bc03a68d95288b6471c37d435647fbdaff1a",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/a32bc86da24495025d7aafd1ba62444d4a364a98",
"reference": "a32bc86da24495025d7aafd1ba62444d4a364a98",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.10.36"
"phpstan/phpstan": "^1.10.62"
},
"conflict": {
"symfony/framework-bundle": "<3.0"
Expand All @@ -927,7 +927,7 @@
"symfony/serializer": "^5.4",
"symfony/service-contracts": "^2.2.0"
},
"time": "2024-03-05T16:33:08+00:00",
"time": "2024-03-16T16:50:20+00:00",
"type": "phpstan-extension",
"extra": {
"phpstan": {
Expand Down Expand Up @@ -957,7 +957,7 @@
"description": "Symfony Framework extensions and rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-symfony/issues",
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.3.8"
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.3.9"
},
"install-path": "../phpstan/phpstan-symfony"
},
Expand Down Expand Up @@ -1692,25 +1692,25 @@
},
{
"name": "tomasvotruba/type-coverage",
"version": "0.2.1",
"version_normalized": "0.2.1.0",
"version": "0.2.5",
"version_normalized": "0.2.5.0",
"source": {
"type": "git",
"url": "https://github.com/TomasVotruba/type-coverage.git",
"reference": "a152ac431b2312ec173f3093a628ff988b7ed10f"
"reference": "3d463bc8a894d425eab837cb0f49d2c605068740"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/TomasVotruba/type-coverage/zipball/a152ac431b2312ec173f3093a628ff988b7ed10f",
"reference": "a152ac431b2312ec173f3093a628ff988b7ed10f",
"url": "https://api.github.com/repos/TomasVotruba/type-coverage/zipball/3d463bc8a894d425eab837cb0f49d2c605068740",
"reference": "3d463bc8a894d425eab837cb0f49d2c605068740",
"shasum": ""
},
"require": {
"nette/utils": "^3.2 || ^4.0",
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.9.3"
},
"time": "2023-08-27T10:33:51+00:00",
"time": "2024-03-16T10:07:54+00:00",
"type": "phpstan-extension",
"extra": {
"phpstan": {
Expand All @@ -1736,7 +1736,7 @@
],
"support": {
"issues": "https://github.com/TomasVotruba/type-coverage/issues",
"source": "https://github.com/TomasVotruba/type-coverage/tree/0.2.1"
"source": "https://github.com/TomasVotruba/type-coverage/tree/0.2.5"
},
"funding": [
{
Expand All @@ -1752,25 +1752,25 @@
},
{
"name": "tomasvotruba/unused-public",
"version": "0.3.5",
"version_normalized": "0.3.5.0",
"version": "0.3.6",
"version_normalized": "0.3.6.0",
"source": {
"type": "git",
"url": "https://github.com/TomasVotruba/unused-public.git",
"reference": "8b603471fe55d1082aa6201471c6b76146c27cdc"
"reference": "995a1425abc319306ff490bda82d88d11375906d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/TomasVotruba/unused-public/zipball/8b603471fe55d1082aa6201471c6b76146c27cdc",
"reference": "8b603471fe55d1082aa6201471c6b76146c27cdc",
"url": "https://api.github.com/repos/TomasVotruba/unused-public/zipball/995a1425abc319306ff490bda82d88d11375906d",
"reference": "995a1425abc319306ff490bda82d88d11375906d",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.10.19",
"webmozart/assert": "^1.11"
},
"time": "2023-09-21T20:46:14+00:00",
"time": "2024-03-23T10:09:11+00:00",
"type": "phpstan-extension",
"extra": {
"phpstan": {
Expand All @@ -1796,7 +1796,7 @@
],
"support": {
"issues": "https://github.com/TomasVotruba/unused-public/issues",
"source": "https://github.com/TomasVotruba/unused-public/tree/0.3.5"
"source": "https://github.com/TomasVotruba/unused-public/tree/0.3.6"
},
"funding": [
{
Expand Down
28 changes: 14 additions & 14 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '727532c23e831c1c76a720d1f5b8c9b2c34e394b',
'reference' => '211504cec4f9527164c66c8b02e56f15b7057f51',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '727532c23e831c1c76a720d1f5b8c9b2c34e394b',
'reference' => '211504cec4f9527164c66c8b02e56f15b7057f51',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -113,9 +113,9 @@
'dev_requirement' => false,
),
'phpstan/phpstan' => array(
'pretty_version' => '1.10.62',
'version' => '1.10.62.0',
'reference' => 'cd5c8a1660ed3540b211407c77abf4af193a6af9',
'pretty_version' => '1.10.65',
'version' => '1.10.65.0',
'reference' => '3c657d057a0b7ecae19cb12db446bbc99d8839c6',
'type' => 'library',
'install_path' => __DIR__ . '/../phpstan/phpstan',
'aliases' => array(),
Expand Down Expand Up @@ -149,9 +149,9 @@
'dev_requirement' => false,
),
'phpstan/phpstan-symfony' => array(
'pretty_version' => '1.3.8',
'version' => '1.3.8.0',
'reference' => 'd8a0bc03a68d95288b6471c37d435647fbdaff1a',
'pretty_version' => '1.3.9',
'version' => '1.3.9.0',
'reference' => 'a32bc86da24495025d7aafd1ba62444d4a364a98',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../phpstan/phpstan-symfony',
'aliases' => array(),
Expand Down Expand Up @@ -248,18 +248,18 @@
'dev_requirement' => false,
),
'tomasvotruba/type-coverage' => array(
'pretty_version' => '0.2.1',
'version' => '0.2.1.0',
'reference' => 'a152ac431b2312ec173f3093a628ff988b7ed10f',
'pretty_version' => '0.2.5',
'version' => '0.2.5.0',
'reference' => '3d463bc8a894d425eab837cb0f49d2c605068740',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../tomasvotruba/type-coverage',
'aliases' => array(),
'dev_requirement' => false,
),
'tomasvotruba/unused-public' => array(
'pretty_version' => '0.3.5',
'version' => '0.3.5.0',
'reference' => '8b603471fe55d1082aa6201471c6b76146c27cdc',
'pretty_version' => '0.3.6',
'version' => '0.3.6.0',
'reference' => '995a1425abc319306ff490bda82d88d11375906d',
'type' => 'phpstan-extension',
'install_path' => __DIR__ . '/../tomasvotruba/unused-public',
'aliases' => array(),
Expand Down
2 changes: 1 addition & 1 deletion vendor/phpstan/phpstan-symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": "^7.2 || ^8.0",
"ext-simplexml": "*",
"phpstan/phpstan": "^1.10.36"
"phpstan/phpstan": "^1.10.62"
},
"conflict": {
"symfony/framework-bundle": "<3.0"
Expand Down
6 changes: 6 additions & 0 deletions vendor/phpstan/phpstan-symfony/extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ parameters:
- stubs/Symfony/Component/OptionsResolver/Exception/InvalidOptionsException.stub
- stubs/Symfony/Component/OptionsResolver/Options.stub
- stubs/Symfony/Component/Process/Process.stub
- stubs/Symfony/Component/PropertyAccess/Exception/AccessException.stub
- stubs/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.stub
- stubs/Symfony/Component/PropertyAccess/Exception/InvalidArgumentException.stub
- stubs/Symfony/Component/PropertyAccess/Exception/RuntimeException.stub
- stubs/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.stub
- stubs/Symfony/Component/PropertyAccess/PropertyAccessorInterface.stub
- stubs/Symfony/Component/PropertyAccess/PropertyPathInterface.stub
- stubs/Symfony/Component/Security/Acl/Model/AclInterface.stub
- stubs/Symfony/Component/Security/Acl/Model/EntryInterface.stub
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace Symfony\Component\PropertyAccess\Exception;

class AccessException extends RuntimeException
{
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace Symfony\Component\PropertyAccess\Exception;

interface ExceptionInterface extends \Throwable
{
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace Symfony\Component\PropertyAccess\Exception;

class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace Symfony\Component\PropertyAccess\Exception;

class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace Symfony\Component\PropertyAccess\Exception;

class UnexpectedTypeException extends RuntimeException
{
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php

namespace Symfony\Component\PropertyAccess;

interface PropertyAccessorInterface
{

/**
* @phpstan-template T of object|array<mixed>
* @phpstan-param T &$objectOrArray
* @phpstan-param-out ($objectOrArray is object ? T : array<mixed>) $objectOrArray
* @phpstan-param string|PropertyPathInterface $propertyPath
* @phpstan-param mixed $value
*
* @return void
*
* @throws Exception\InvalidArgumentException If the property path is invalid
* @throws Exception\AccessException If a property/index does not exist or is not public
* @throws Exception\UnexpectedTypeException If a value within the path is neither object nor array
*/
public function setValue(&$objectOrArray, $propertyPath, $value);

}
Binary file modified vendor/phpstan/phpstan/phpstan.phar
Binary file not shown.
26 changes: 13 additions & 13 deletions vendor/phpstan/phpstan/phpstan.phar.asc
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEynwsejDI6OEnSoR2UcZzBf/C5cAFAmXxm4wACgkQUcZzBf/C
5cCLxQ//b85LBb7sZ7U069v8gL5ej/t2T69hoFMxh586NYz5F1ShPKdCgvpHpq70
DYs9Qg0U3rJXFEl1y7p2t67EixTLhswH91zVZHJJjPSFNYN7RqVccKaIpOBVFWRc
dM+cFIHtk8kdBlk3jUezHzdSJmXyjkupCLRHKzDMYJrSJ1oqwrUdsFv9LcrXaeyl
Ss92sgxOWqudhAoDKuCohTv8Dh+LspoHFLS7iCOpoT5cVyKNAn0s5qP7loiPlwBx
/rfss+Zf3ikzaeEhqrnxgHq9+EQExPLIxWgu3D25zEf25Dyg2QAuobJAHVkK+KCG
Iiwo3uxPBzCtqLKjNDZjRB2PTa9Px6A69WcyJYP0yPXfYLdSqrMzuPEKaZVBAGv7
cvzqwO6wEFAMlSaKB1o+0Otj6WJqoSGFdc0/qa2lxpcRNty7MqrYxdp4rbv+rhbw
3GM00Q9dz+LymwWJiD4G0wTa2rBDItQx3OAP8ExRaP7XB1AGjXj1bSrxvPBNBGs8
jBPFruvsafQyrkLbVPiB5QtWwWxwQ/0y7p549BuAZyksv7eLBI6L88cTNPI01OAe
GlM6AjoWN5nlit95AxH179xCjw5hAsmn6zkupan8a8bSEEIn0o/YtKIr2LcgA3SQ
HTl+kFLqQDr4OYXN+T0ArL9fKRx8IRziExRLGKMT8+XZ0plaZC8=
=rGeb
iQIzBAABCgAdFiEEynwsejDI6OEnSoR2UcZzBf/C5cAFAmX+rykACgkQUcZzBf/C
5cAshhAAlC7JXoq3mjgtNUCBl0a8FCsyF4UTFIZyQz4/G1bUGOL8bQICELmEFT0s
X6WMSB2W+3dNKy9ZzUfu0yZ+69sv+rLku9+Hg8QJJYgLvxjJvNX1oA9GYX4j9Obo
exNbHnP4oQW4ZTJhD6BmM4Q3WkVZ4FotSTPpWIYAlrnJL/juPrRbbxMH63dCieD2
Cpw0FKGhqn+UnZ3bnGpqr/ExUboiCqyXFM9OQf+H3m6WSrZEbdB4E/HKkroxcVbB
v3p24jojleB9DXVSQZNaPWL0cDYuWTPe1ZIDXymgDrkhtVjiWH1NKjebo1WWDR02
mZgAJ1uFCyUBWtPq9iepWIl7ftFU6Mhu+K/Yi7mfPcaaXDDYopOmgm33phtzUGEh
YRbupYmLmhZLyehA7hODDOP6ErFu0PSuplJiS/ZB8Jp2mltV4ky15Z07maxLIEb7
qk44PU+vqedos6zuneYCJGpEyswRxQWKA0a6af/VYsITibhGdcFJofMF38FXdKul
8S1qckVwzFQPPAsK9CXHMpMTDSJB+HmgY9DD9xKDHStrdytSbHby6sQ1Wvav1i5W
+S1irxe8XXgyK9uFf+b88ZjTTmNNht4TVXf19i7SOQMakh+73MQjTIj4ktg062+A
UFae9jeJB3gjFFSfGajr2jHd16q7rsE9cb06ma424OG9T2YuNco=
=neXj
-----END PGP SIGNATURE-----
Loading

0 comments on commit e129952

Please sign in to comment.