Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Oct 17, 2022
1 parent 8d4d0c0 commit 150be5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Psalm/Internal/Provider/ParserCacheProvider.php
Expand Up @@ -211,6 +211,7 @@ private function getExistingFileContentHashes(): array
throw new UnexpectedValueException('File content hashes should be in cache');
}

/** @psalm-suppress MixedAssignment */
$hashes_decoded = json_decode($hashes_encoded, true);

if (!is_array($hashes_decoded)) {
Expand Down
2 changes: 1 addition & 1 deletion tests/DateTimeTest.php
Expand Up @@ -9,7 +9,7 @@ class DateTimeTest extends TestCase
use ValidCodeAnalysisTestTrait;

/**
* @return iterable<string,array{string,assertions?:array<string,string>,error_levels?:string[]}>
* @return array<string, array{code: string, assertions?:array<string,string>, error_levels?: list<string>}>
*/
public function providerValidCodeParse(): iterable
{
Expand Down

0 comments on commit 150be5c

Please sign in to comment.