|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<files psalm-version="6.16.0@7cf3e8b988edd75e0766963b0b9e671b220f5785"> |
| 2 | +<files psalm-version="6.16.1@f1f5de594dc76faf8784e02d3dc4716c91c6f6ac"> |
3 | 3 | <file src="src/Activity/ActivityInterface.php"> |
4 | 4 | <DeprecatedClass> |
5 | 5 | <code><![CDATA[NamedArgumentConstructor]]></code> |
|
1407 | 1407 | </PossiblyUndefinedStringArrayOffset> |
1408 | 1408 | </file> |
1409 | 1409 | <file src="testing/src/Environment.php"> |
| 1410 | + <DeprecatedClass> |
| 1411 | + <code><![CDATA[new Downloader(new Filesystem(), HttpClient::create([ |
| 1412 | + 'headers' => [ |
| 1413 | + 'authorization' => \is_string($token) ? 'token ' . $token : null, |
| 1414 | + ], |
| 1415 | + ]))]]></code> |
| 1416 | + <code><![CDATA[private]]></code> |
| 1417 | + </DeprecatedClass> |
1410 | 1418 | <PossiblyNullReference> |
1411 | 1419 | <code><![CDATA[stop]]></code> |
1412 | 1420 | <code><![CDATA[stop]]></code> |
|
1422 | 1430 | <code><![CDATA[ChannelCredentials]]></code> |
1423 | 1431 | </UndefinedClass> |
1424 | 1432 | </file> |
| 1433 | + <file src="testing/src/Transcript/TranscriptActivityInterceptor.php"> |
| 1434 | + <PossiblyNullReference> |
| 1435 | + <code><![CDATA[getID]]></code> |
| 1436 | + </PossiblyNullReference> |
| 1437 | + </file> |
| 1438 | + <file src="testing/src/Transcript/TranscriptPaths.php"> |
| 1439 | + <InvalidOperand> |
| 1440 | + <code><![CDATA[\microtime(true) * 1000]]></code> |
| 1441 | + </InvalidOperand> |
| 1442 | + <RiskyTruthyFalsyComparison> |
| 1443 | + <code><![CDATA[\getmypid()]]></code> |
| 1444 | + </RiskyTruthyFalsyComparison> |
| 1445 | + </file> |
| 1446 | + <file src="testing/src/Transcript/TranscriptReader.php"> |
| 1447 | + <RedundantFunctionCall> |
| 1448 | + <code><![CDATA[\array_values]]></code> |
| 1449 | + </RedundantFunctionCall> |
| 1450 | + </file> |
| 1451 | + <file src="testing/src/Transcript/TranscriptRun.php"> |
| 1452 | + <RedundantFunctionCall> |
| 1453 | + <code><![CDATA[\array_values]]></code> |
| 1454 | + </RedundantFunctionCall> |
| 1455 | + </file> |
| 1456 | + <file src="testing/src/Transcript/TranscriptStore.php"> |
| 1457 | + <ArgumentTypeCoercion> |
| 1458 | + <code><![CDATA[TranscriptPaths::writerFile($directory, $processLabel)]]></code> |
| 1459 | + </ArgumentTypeCoercion> |
| 1460 | + <RiskyTruthyFalsyComparison> |
| 1461 | + <code><![CDATA[\getmypid()]]></code> |
| 1462 | + </RiskyTruthyFalsyComparison> |
| 1463 | + </file> |
| 1464 | + <file src="testing/src/Transcript/TranscriptWorkflowInterceptor.php"> |
| 1465 | + <MissingClosureReturnType> |
| 1466 | + <code><![CDATA[fn() => $next($input)]]></code> |
| 1467 | + <code><![CDATA[fn() => $next($input)]]></code> |
| 1468 | + </MissingClosureReturnType> |
| 1469 | + </file> |
| 1470 | + <file src="testing/src/Transcript/TranscriptWriter.php"> |
| 1471 | + <InvalidPropertyAssignmentValue> |
| 1472 | + <code><![CDATA[$this->fileDescriptor]]></code> |
| 1473 | + <code><![CDATA[$this->fileDescriptor]]></code> |
| 1474 | + </InvalidPropertyAssignmentValue> |
| 1475 | + <PossiblyInvalidCast> |
| 1476 | + <code><![CDATA[$errorRecord['file'] ?? '']]></code> |
| 1477 | + <code><![CDATA[$errorRecord['message'] ?? '']]></code> |
| 1478 | + </PossiblyInvalidCast> |
| 1479 | + <PossiblyNullArgument> |
| 1480 | + <code><![CDATA[$this->fileDescriptor]]></code> |
| 1481 | + </PossiblyNullArgument> |
| 1482 | + <RiskyCast> |
| 1483 | + <code><![CDATA[$errorRecord['line'] ?? 0]]></code> |
| 1484 | + <code><![CDATA[$errorRecord['type'] ?? 0]]></code> |
| 1485 | + </RiskyCast> |
| 1486 | + <RiskyTruthyFalsyComparison> |
| 1487 | + <code><![CDATA[\getmypid()]]></code> |
| 1488 | + </RiskyTruthyFalsyComparison> |
| 1489 | + </file> |
| 1490 | + <file src="testing/src/Transcript/WireFrameDecoder.php"> |
| 1491 | + <PossiblyNullArgument> |
| 1492 | + <code><![CDATA[$message->getHeader()]]></code> |
| 1493 | + <code><![CDATA[$message->getPayloads()]]></code> |
| 1494 | + </PossiblyNullArgument> |
| 1495 | + <TooManyTemplateParams> |
| 1496 | + <code><![CDATA[$fields]]></code> |
| 1497 | + <code><![CDATA[$meta]]></code> |
| 1498 | + </TooManyTemplateParams> |
| 1499 | + </file> |
| 1500 | + <file src="testing/src/Transcript/WorkflowHistoryDumper.php"> |
| 1501 | + <InvalidOperand> |
| 1502 | + <code><![CDATA[$eventTime->getSeconds() + \round($eventTime->getNanos() / 1_000_000_000, 6)]]></code> |
| 1503 | + <code><![CDATA[($sec - $startSec) * 1000]]></code> |
| 1504 | + </InvalidOperand> |
| 1505 | + <PossiblyInvalidOperand> |
| 1506 | + <code><![CDATA[$eventTime->getSeconds()]]></code> |
| 1507 | + </PossiblyInvalidOperand> |
| 1508 | + </file> |
1425 | 1509 | <file src="testing/src/WorkerMock.php"> |
1426 | 1510 | <DeprecatedMethod> |
1427 | 1511 | <code><![CDATA[registerActivityImplementations]]></code> |
|
0 commit comments