1
0
Fork 0

Update phpstan, fix test

main
Jordi Boggiano 2025-02-25 12:59:18 +01:00
parent 59d3f96429
commit efeba06f11
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

10
composer.lock generated
View File

@ -2020,16 +2020,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.12.18", "version": "1.12.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "fef9f07814a573399229304bb0046affdf558812" "reference": "c42ba9bab7a940ed00092ecb1c77bad98896d789"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/fef9f07814a573399229304bb0046affdf558812", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c42ba9bab7a940ed00092ecb1c77bad98896d789",
"reference": "fef9f07814a573399229304bb0046affdf558812", "reference": "c42ba9bab7a940ed00092ecb1c77bad98896d789",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2074,7 +2074,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-02-13T12:44:44+00:00" "time": "2025-02-19T15:42:21+00:00"
}, },
{ {
"name": "phpstan/phpstan-deprecation-rules", "name": "phpstan/phpstan-deprecation-rules",

View File

@ -62,7 +62,7 @@ class ZipArchiverTest extends ArchiverTestCase
$this->markTestSkipped('Folder names cannot contain backslashes on Windows.'); $this->markTestSkipped('Folder names cannot contain backslashes on Windows.');
} }
$this->testZipArchive([ $this->assertZipArchive([
'folder\with\backslashes/README.md' => '# doc', 'folder\with\backslashes/README.md' => '# doc',
]); ]);
} }