mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-12 03:24:26 +01:00
59dada79e0
* Adding Psalm * Do composer install * Install psalm phar * typo * typo * Test psalm * Added make file * remove from composer.json * minor * revert order
88 lines
2.8 KiB
XML
88 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<files psalm-version="3.11.5@3c60609c218d4d4b3b257728b8089094e5c6c6c2">
|
|
<file src="src/Client.php">
|
|
<NullArgument occurrences="1">
|
|
<code>null</code>
|
|
</NullArgument>
|
|
<PossiblyUndefinedVariable occurrences="1">
|
|
<code>$options</code>
|
|
</PossiblyUndefinedVariable>
|
|
<UndefinedInterfaceMethod occurrences="1">
|
|
<code>getBoundary</code>
|
|
</UndefinedInterfaceMethod>
|
|
</file>
|
|
<file src="src/Cookie/CookieJar.php">
|
|
<PossiblyFalseOperand occurrences="1">
|
|
<code>$result</code>
|
|
</PossiblyFalseOperand>
|
|
</file>
|
|
<file src="src/Exception/RequestException.php">
|
|
<ImplicitToStringCast occurrences="1">
|
|
<code>$uri</code>
|
|
</ImplicitToStringCast>
|
|
</file>
|
|
<file src="src/Handler/CurlFactory.php">
|
|
<ImplicitToStringCast occurrences="1">
|
|
<code>$easy->request->getUri()</code>
|
|
</ImplicitToStringCast>
|
|
<TypeDoesNotContainType occurrences="1">
|
|
<code>$timeoutRequiresNoSignal && \strtoupper(\substr(\PHP_OS, 0, 3)) !== 'WIN'</code>
|
|
</TypeDoesNotContainType>
|
|
</file>
|
|
<file src="src/Handler/CurlMultiHandler.php">
|
|
<InvalidArgument occurrences="1">
|
|
<code>$this->active</code>
|
|
</InvalidArgument>
|
|
<InvalidPropertyAssignmentValue occurrences="1">
|
|
<code>$this->active</code>
|
|
</InvalidPropertyAssignmentValue>
|
|
<UndefinedThisPropertyAssignment occurrences="1">
|
|
<code>$this->_mh</code>
|
|
</UndefinedThisPropertyAssignment>
|
|
</file>
|
|
<file src="src/Handler/MockHandler.php">
|
|
<InvalidScalarArgument occurrences="1">
|
|
<code>$options['delay'] * 1000</code>
|
|
</InvalidScalarArgument>
|
|
</file>
|
|
<file src="src/Handler/StreamHandler.php">
|
|
<ImplicitToStringCast occurrences="1">
|
|
<code>$uri</code>
|
|
</ImplicitToStringCast>
|
|
</file>
|
|
<file src="src/HandlerStack.php">
|
|
<PropertyTypeCoercion occurrences="4">
|
|
<code>$this->stack</code>
|
|
<code>$this->stack</code>
|
|
<code>$this->stack</code>
|
|
<code>$this->stack</code>
|
|
</PropertyTypeCoercion>
|
|
</file>
|
|
<file src="src/MessageFormatter.php">
|
|
<InvalidScalarArgument occurrences="1"/>
|
|
</file>
|
|
<file src="src/Middleware.php">
|
|
<InvalidArgument occurrences="1">
|
|
<code>$request</code>
|
|
</InvalidArgument>
|
|
</file>
|
|
<file src="src/RedirectMiddleware.php">
|
|
<ImplicitToStringCast occurrences="1">
|
|
<code>$location</code>
|
|
</ImplicitToStringCast>
|
|
</file>
|
|
<file src="src/RetryMiddleware.php">
|
|
<TooManyArguments occurrences="1">
|
|
<code>($this->delay)(++$options['retries'], $response)</code>
|
|
</TooManyArguments>
|
|
</file>
|
|
<file src="src/Utils.php">
|
|
<ForbiddenCode occurrences="1">
|
|
<code>\var_dump($input)</code>
|
|
</ForbiddenCode>
|
|
<PossiblyNullArgument occurrences="1">
|
|
<code>$info</code>
|
|
</PossiblyNullArgument>
|
|
</file>
|
|
</files>
|