diff --git a/build/ignore-by-php-version.neon.php b/build/ignore-by-php-version.neon.php index e746624387..069b319433 100644 --- a/build/ignore-by-php-version.neon.php +++ b/build/ignore-by-php-version.neon.php @@ -43,6 +43,8 @@ if (PHP_VERSION_ID < 80500) { $includes[] = __DIR__ . '/pre-php-85.neon'; +} else { + $includes[] = __DIR__ . '/php-85.neon'; } $config = []; diff --git a/build/php-85.neon b/build/php-85.neon new file mode 100644 index 0000000000..9caa560d38 --- /dev/null +++ b/build/php-85.neon @@ -0,0 +1,13 @@ +parameters: + ignoreErrors: + - + rawMessage: 'Call to deprecated method setAccessible() of class ReflectionMethod.' + identifier: method.deprecated + count: 1 + path: ../src/Fixable/Patcher.php + + - + rawMessage: 'Call to deprecated method setAccessible() of class ReflectionProperty.' + identifier: method.deprecated + count: 1 + path: ../src/Testing/TestCaseSourceLocatorFactory.php diff --git a/composer.json b/composer.json index 7bab95d084..eddc149178 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "hoa/compiler": "3.17.08.08", "hoa/exception": "^1.0", "hoa/file": "1.17.07.11", - "jetbrains/phpstorm-stubs": "dev-master#6179fdf7c3d710a32cb2de2aa10186837e5de27a", + "jetbrains/phpstorm-stubs": "dev-master#0a38c1600dd6ecf9bbf23b455172efebae715046", "nette/bootstrap": "^3.0", "nette/di": "^3.1.4", "nette/neon": "3.3.4", diff --git a/composer.lock b/composer.lock index ab74e633d5..79db5c61d9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0811dd3f6db169b046087069ecc858fc", + "content-hash": "25dcfe2c6a9d59e274d46a53cfa3ec2a", "packages": [ { "name": "clue/ndjson-react", @@ -1434,12 +1434,12 @@ "source": { "type": "git", "url": "https://github.com/JetBrains/phpstorm-stubs.git", - "reference": "6179fdf7c3d710a32cb2de2aa10186837e5de27a" + "reference": "0a38c1600dd6ecf9bbf23b455172efebae715046" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/6179fdf7c3d710a32cb2de2aa10186837e5de27a", - "reference": "6179fdf7c3d710a32cb2de2aa10186837e5de27a", + "url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/0a38c1600dd6ecf9bbf23b455172efebae715046", + "reference": "0a38c1600dd6ecf9bbf23b455172efebae715046", "shasum": "" }, "require-dev": { @@ -1474,7 +1474,7 @@ "support": { "source": "https://github.com/JetBrains/phpstorm-stubs/tree/master" }, - "time": "2025-11-03T10:55:27+00:00" + "time": "2025-11-07T09:10:41+00:00" }, { "name": "nette/bootstrap",