Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/laminas/laminas-feed/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/laminas/laminas-feed/psalm-baseline.xml

<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.4.1@9fd7a7d885b3a216cff8dec9d8c21a132f275224">
  <file src="src/PubSubHubbub/AbstractCallback.php">
    <DocblockTypeContradiction occurrences="4">
      <code>! $httpResponse instanceof HttpResponse &amp;&amp; ! $httpResponse instanceof PhpResponse</code>
      <code>$this-&gt;httpResponse === null</code>
      <code>$this-&gt;storage === null</code>
      <code>is_array($options)</code>
    </DocblockTypeContradiction>
    <MixedArgument occurrences="4">
      <code>$callbackUrl</code>
      <code>$callbackUrl</code>
      <code>$name</code>
      <code>$options['storage']</code>
    </MixedArgument>
    <MixedAssignment occurrences="7">
      <code>$callbackUrl</code>
      <code>$callbackUrl</code>
      <code>$https</code>
      <code>$https</code>
      <code>$iisUrlRewritten</code>
      <code>$name</code>
      <code>$unencodedUrl</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="5">
      <code>bool|string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedOperand occurrences="2">
      <code>$_SERVER['QUERY_STRING']</code>
      <code>$callbackUrl</code>
    </MixedOperand>
    <MixedReturnStatement occurrences="8">
      <code>$_SERVER[$temp]</code>
      <code>$_SERVER[$temp]</code>
      <code>$_SERVER['HTTP_HOST']</code>
      <code>$callbackUrl</code>
      <code>$callbackUrl</code>
      <code>$headers[$header]</code>
      <code>$name</code>
      <code>$unencodedUrl</code>
    </MixedReturnStatement>
    <PropertyNotSetInConstructor occurrences="2">
      <code>$httpResponse</code>
      <code>$storage</code>
    </PropertyNotSetInConstructor>
    <RedundantCondition occurrences="1">
      <code>is_array($options)</code>
    </RedundantCondition>
  </file>
  <file src="src/PubSubHubbub/CallbackInterface.php">
    <MissingReturnType occurrences="2">
      <code>handle</code>
      <code>setHttpResponse</code>
    </MissingReturnType>
  </file>
  <file src="src/PubSubHubbub/HttpResponse.php">
    <DocblockTypeContradiction occurrences="1">
      <code>! is_int($code)</code>
    </DocblockTypeContradiction>
    <InvalidScalarArgument occurrences="1">
      <code>strlen($content)</code>
    </InvalidScalarArgument>
    <MixedArgument occurrences="2">
      <code>$header['replace']</code>
      <code>$header['replace']</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="9">
      <code>$header['name']</code>
      <code>$header['name']</code>
      <code>$header['name']</code>
      <code>$header['name']</code>
      <code>$header['replace']</code>
      <code>$header['replace']</code>
      <code>$header['value']</code>
      <code>$header['value']</code>
      <code>$header['value']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="3">
      <code>$header</code>
      <code>$header</code>
      <code>$header</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="1">
      <code>string|null</code>
    </MixedInferredReturnType>
    <MixedOperand occurrences="4">
      <code>$header['name']</code>
      <code>$header['name']</code>
      <code>$header['value']</code>
      <code>$header['value']</code>
    </MixedOperand>
    <MixedReturnStatement occurrences="1">
      <code>$header['value']</code>
    </MixedReturnStatement>
    <RedundantCastGivenDocblockType occurrences="3">
      <code>(string) $content</code>
      <code>(string) $name</code>
      <code>(string) $value</code>
    </RedundantCastGivenDocblockType>
    <RedundantCondition occurrences="1">
      <code>200 == $this-&gt;statusCode</code>
    </RedundantCondition>
  </file>
  <file src="src/PubSubHubbub/Model/AbstractModel.php">
    <NullArgument occurrences="1">
      <code>null</code>
    </NullArgument>
  </file>
  <file src="src/PubSubHubbub/Model/Subscription.php">
    <DocblockTypeContradiction occurrences="3">
      <code>! is_string($key)</code>
      <code>! is_string($key)</code>
      <code>null === $this-&gt;now</code>
    </DocblockTypeContradiction>
    <FalsableReturnStatement occurrences="1">
      <code>false</code>
    </FalsableReturnStatement>
    <MixedArgument occurrences="4">
      <code>$result</code>
      <code>$result</code>
      <code>$result</code>
      <code>$result</code>
    </MixedArgument>
    <MixedAssignment occurrences="5">
      <code>$data['created_time']</code>
      <code>$result</code>
      <code>$result</code>
      <code>$result</code>
      <code>$result</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="1">
      <code>array</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="3">
      <code>current</code>
      <code>current</code>
      <code>getArrayCopy</code>
    </MixedMethodCall>
    <MixedOperand occurrences="1">
      <code>$data['lease_seconds']</code>
    </MixedOperand>
    <MixedPropertyFetch occurrences="1">
      <code>$result-&gt;current()-&gt;created_time</code>
    </MixedPropertyFetch>
    <MixedReturnStatement occurrences="1">
      <code>$result-&gt;current()-&gt;getArrayCopy()</code>
    </MixedReturnStatement>
    <PropertyNotSetInConstructor occurrences="1">
      <code>$now</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/PubSubHubbub/PubSubHubbub.php">
    <DocblockTypeContradiction occurrences="1">
      <code>null === static::$escaper</code>
    </DocblockTypeContradiction>
    <MixedInferredReturnType occurrences="1">
      <code>array&lt;array-key, mixed&gt;|null</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="1">
      <code>$feed-&gt;getHubs()</code>
    </MixedReturnStatement>
    <RedundantConditionGivenDocblockType occurrences="1">
      <code>$source instanceof Reader\Feed\AbstractFeed</code>
    </RedundantConditionGivenDocblockType>
    <UndefinedInterfaceMethod occurrences="1">
      <code>getHubs</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="src/PubSubHubbub/Publisher.php">
    <DocblockTypeContradiction occurrences="11">
      <code>! is_string($name)</code>
      <code>! is_string($name)</code>
      <code>! is_string($url)</code>
      <code>! is_string($url)</code>
      <code>! is_string($url)</code>
      <code>! is_string($value)</code>
      <code>empty($url) || ! is_string($url)</code>
      <code>empty($url) || ! is_string($url)</code>
      <code>empty($url) || ! is_string($url)</code>
      <code>is_array($name)</code>
      <code>is_array($options)</code>
    </DocblockTypeContradiction>
    <MixedArgument occurrences="10">
      <code>$name</code>
      <code>$options['hubUrls']</code>
      <code>$options['parameters']</code>
      <code>$options['updatedTopicUrls']</code>
      <code>$topicUrl</code>
      <code>$url</code>
      <code>$url</code>
      <code>$url</code>
      <code>$value</code>
      <code>$value</code>
    </MixedArgument>
    <MixedArgumentTypeCoercion occurrences="2">
      <code>$name</code>
      <code>$name</code>
    </MixedArgumentTypeCoercion>
    <MixedAssignment occurrences="6">
      <code>$topicUrl</code>
      <code>$url</code>
      <code>$url</code>
      <code>$url</code>
      <code>$value</code>
      <code>$value</code>
    </MixedAssignment>
    <MixedOperand occurrences="1">
      <code>$response-&gt;getContent()</code>
    </MixedOperand>
  </file>
  <file src="src/PubSubHubbub/Subscriber.php">
    <DocblockTypeContradiction occurrences="14">
      <code>! is_string($name)</code>
      <code>! is_string($name)</code>
      <code>! is_string($url)</code>
      <code>! is_string($url)</code>
      <code>! is_string($url)</code>
      <code>! is_string($url)</code>
      <code>! is_string($value)</code>
      <code>$this-&gt;storage === null</code>
      <code>empty($url) || ! is_string($url)</code>
      <code>empty($url) || ! is_string($url)</code>
      <code>empty($url) || ! is_string($url)</code>
      <code>empty($url) || ! is_string($url)</code>
      <code>is_array($name)</code>
      <code>is_array($options)</code>
    </DocblockTypeContradiction>
    <InvalidPropertyAssignmentValue occurrences="1">
      <code>$bool</code>
    </InvalidPropertyAssignmentValue>
    <InvalidScalarArgument occurrences="1">
      <code>rand()</code>
    </InvalidScalarArgument>
    <MissingPropertyType occurrences="1">
      <code>$testStaticToken</code>
    </MissingPropertyType>
    <MissingReturnType occurrences="1">
      <code>setTestStaticToken</code>
    </MissingReturnType>
    <MixedArgument occurrences="21">
      <code>$auth[0]</code>
      <code>$auth[1]</code>
      <code>$authentication</code>
      <code>$duplicateKey</code>
      <code>$name</code>
      <code>$options['authentications']</code>
      <code>$options['callbackUrl']</code>
      <code>$options['hubUrls']</code>
      <code>$options['leaseSeconds']</code>
      <code>$options['parameters']</code>
      <code>$options['preferredVerificationMode']</code>
      <code>$options['storage']</code>
      <code>$options['topicUrl']</code>
      <code>$options['usePathParameter']</code>
      <code>$params['hub.verify_token']</code>
      <code>$url</code>
      <code>$url</code>
      <code>$url</code>
      <code>$url</code>
      <code>$value</code>
      <code>$value</code>
    </MixedArgument>
    <MixedArgumentTypeCoercion occurrences="5">
      <code>$key</code>
      <code>$key</code>
      <code>$name</code>
      <code>$url</code>
      <code>uksort($params, 'strnatcmp')</code>
    </MixedArgumentTypeCoercion>
    <MixedArrayAccess occurrences="2">
      <code>$auth[0]</code>
      <code>$auth[1]</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="11">
      <code>$auth</code>
      <code>$authentication</code>
      <code>$duplicateKey</code>
      <code>$keyduplicate</code>
      <code>$params[$name]</code>
      <code>$url</code>
      <code>$url</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="1">
      <code>string</code>
    </MixedInferredReturnType>
    <MixedOperand occurrences="4">
      <code>$keyduplicate</code>
      <code>$params['hub.lease_seconds']</code>
      <code>$params['hub.topic']</code>
      <code>$value</code>
    </MixedOperand>
    <MixedReturnStatement occurrences="1">
      <code>$this-&gt;testStaticToken</code>
    </MixedReturnStatement>
    <PossiblyFalsePropertyAssignmentValue occurrences="1">
      <code>false</code>
    </PossiblyFalsePropertyAssignmentValue>
    <PossiblyInvalidArgument occurrences="1">
      <code>$params['hub.verify_token']</code>
    </PossiblyInvalidArgument>
    <PropertyNotSetInConstructor occurrences="2">
      <code>$leaseSeconds</code>
      <code>$storage</code>
    </PropertyNotSetInConstructor>
    <RedundantCast occurrences="1">
      <code>(string) $token</code>
    </RedundantCast>
    <RedundantConditionGivenDocblockType occurrences="1">
      <code>$this-&gt;getLeaseSeconds() !== null</code>
    </RedundantConditionGivenDocblockType>
  </file>
  <file src="src/PubSubHubbub/Subscriber/Callback.php">
    <DocblockTypeContradiction occurrences="1">
      <code>$this-&gt;feedUpdate === null</code>
    </DocblockTypeContradiction>
    <InvalidScalarArgument occurrences="6">
      <code>$contentType</code>
      <code>$contentType</code>
      <code>$contentType</code>
      <code>$contentType</code>
      <code>$contentType</code>
      <code>$this-&gt;getSubscriberCount()</code>
    </InvalidScalarArgument>
    <MixedArgument occurrences="9">
      <code>$_SERVER['REQUEST_METHOD']</code>
      <code>$_SERVER['REQUEST_METHOD']</code>
      <code>$httpGetData['hub_challenge']</code>
      <code>$httpGetData['hub_mode']</code>
      <code>$httpGetData['hub_mode']</code>
      <code>$httpGetData['hub_topic']</code>
      <code>$httpGetData['hub_verify_token']</code>
      <code>$params['xhub.subscription']</code>
      <code>$queryString</code>
    </MixedArgument>
    <MixedAssignment occurrences="3">
      <code>$data['lease_seconds']</code>
      <code>$queryString</code>
      <code>$verifyToken</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="1">
      <code>false|string</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="1">
      <code>$httpGetData['xhub_subscription']</code>
    </MixedReturnStatement>
    <ParamNameMismatch occurrences="1">
      <code>$httpGetData</code>
    </ParamNameMismatch>
    <PossiblyFalseArgument occurrences="2">
      <code>$this-&gt;_getRawBody()</code>
      <code>$verifyTokenKey</code>
    </PossiblyFalseArgument>
    <PossiblyNullArgument occurrences="1">
      <code>$httpGetData['hub_verify_token']</code>
    </PossiblyNullArgument>
    <PossiblyNullArrayAccess occurrences="1">
      <code>$httpGetData['hub_verify_token']</code>
    </PossiblyNullArrayAccess>
    <PossiblyUndefinedMethod occurrences="1">
      <code>setHeader</code>
    </PossiblyUndefinedMethod>
    <PropertyNotSetInConstructor occurrences="4">
      <code>$currentSubscriptionData</code>
      <code>$feedUpdate</code>
      <code>Callback</code>
      <code>Callback</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Reader/AbstractEntry.php">
    <DocblockTypeContradiction occurrences="1">
      <code>$this-&gt;xpath</code>
    </DocblockTypeContradiction>
    <InvalidArgument occurrences="1">
      <code>$entry</code>
    </InvalidArgument>
    <MixedArgument occurrences="2">
      <code>$all['core']</code>
      <code>$extension</code>
    </MixedArgument>
    <MixedArrayOffset occurrences="1">
      <code>$this-&gt;extensions[$extension]</code>
    </MixedArrayOffset>
    <MixedAssignment occurrences="4">
      <code>$className</code>
      <code>$extension</code>
      <code>$extension</code>
      <code>$feed</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="2">
      <code>null|Extension\AbstractEntry</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="2">
      <code>getClassName</code>
    </MixedMethodCall>
    <MixedReturnStatement occurrences="2">
      <code>$this-&gt;data['type']</code>
      <code>$this-&gt;extensions[$name . '\Entry']</code>
    </MixedReturnStatement>
    <PossiblyNullPropertyAssignmentValue occurrences="1">
      <code>$entry-&gt;ownerDocument</code>
    </PossiblyNullPropertyAssignmentValue>
    <PropertyNotSetInConstructor occurrences="1">
      <code>$xpath</code>
    </PropertyNotSetInConstructor>
    <UndefinedMethod occurrences="1">
      <code>Reader::getPluginLoader()</code>
    </UndefinedMethod>
  </file>
  <file src="src/Reader/AbstractFeed.php">
    <InvalidScalarArgument occurrences="1">
      <code>$this-&gt;key()</code>
    </InvalidScalarArgument>
    <MissingParamType occurrences="2">
      <code>$args</code>
      <code>$method</code>
    </MissingParamType>
    <MissingReturnType occurrences="4">
      <code>getExtensions</code>
      <code>indexEntries</code>
      <code>loadExtensions</code>
      <code>registerNamespaces</code>
    </MissingReturnType>
    <MixedArgument occurrences="6">
      <code>$all['core']</code>
      <code>$extension</code>
      <code>$extension</code>
      <code>$method</code>
      <code>$this-&gt;entries[$this-&gt;key()]</code>
      <code>$this-&gt;entries[$this-&gt;key()]</code>
    </MixedArgument>
    <MixedArrayOffset occurrences="1">
      <code>$this-&gt;extensions[$extension]</code>
    </MixedArrayOffset>
    <MixedAssignment occurrences="4">
      <code>$extension</code>
      <code>$extension</code>
      <code>$feed</code>
      <code>$plugin</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="2">
      <code>Extension\AbstractFeed</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="3">
      <code>setDomDocument</code>
      <code>setType</code>
      <code>setXpath</code>
    </MixedMethodCall>
    <MixedOperand occurrences="1">
      <code>$method</code>
    </MixedOperand>
    <MixedReturnStatement occurrences="2">
      <code>$this-&gt;data['type']</code>
      <code>$this-&gt;extensions[$name . '\Feed']</code>
    </MixedReturnStatement>
    <PropertyNotSetInConstructor occurrences="1">
      <code>$originalSourceUri</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Reader/Collection/Author.php">
    <MixedArrayAccess occurrences="1">
      <code>$element['name']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="2">
      <code>$authors[]</code>
      <code>$element</code>
    </MixedAssignment>
  </file>
  <file src="src/Reader/Collection/Category.php">
    <MixedArrayAccess occurrences="1">
      <code>$element['term']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="3">
      <code>$categories[]</code>
      <code>$categories[]</code>
      <code>$element</code>
    </MixedAssignment>
  </file>
  <file src="src/Reader/Entry/AbstractEntry.php">
    <DocblockTypeContradiction occurrences="1">
      <code>$this-&gt;xpath</code>
    </DocblockTypeContradiction>
    <InvalidScalarArgument occurrences="1">
      <code>$deep</code>
    </InvalidScalarArgument>
    <MixedArgument occurrences="3">
      <code>$all['core']</code>
      <code>$extension</code>
      <code>$extension</code>
    </MixedArgument>
    <MixedArrayOffset occurrences="1">
      <code>$this-&gt;extensions[$extension]</code>
    </MixedArrayOffset>
    <MixedAssignment occurrences="4">
      <code>$extension</code>
      <code>$extension</code>
      <code>$feed</code>
      <code>$plugin</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="2">
      <code>Reader\Extension\AbstractEntry</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="3">
      <code>setEntryElement</code>
      <code>setEntryKey</code>
      <code>setType</code>
    </MixedMethodCall>
    <MixedReturnStatement occurrences="2">
      <code>$this-&gt;data['type']</code>
      <code>$this-&gt;extensions[$name . '\\Entry']</code>
    </MixedReturnStatement>
    <PossiblyNullPropertyAssignmentValue occurrences="1">
      <code>$entry-&gt;ownerDocument</code>
    </PossiblyNullPropertyAssignmentValue>
    <PropertyNotSetInConstructor occurrences="1">
      <code>$xpath</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Reader/Entry/Atom.php">
    <ImplementedReturnTypeMismatch occurrences="2">
      <code>string</code>
      <code>void</code>
    </ImplementedReturnTypeMismatch>
    <MixedArgument occurrences="1">
      <code>$categoryCollection</code>
    </MixedArgument>
    <MixedAssignment occurrences="18">
      <code>$categoryCollection</code>
      <code>$categoryCollection</code>
      <code>$commentcount</code>
      <code>$commentcount</code>
      <code>$commentfeedlink</code>
      <code>$commentlink</code>
      <code>$content</code>
      <code>$dateCreated</code>
      <code>$dateModified</code>
      <code>$description</code>
      <code>$enclosure</code>
      <code>$extension</code>
      <code>$extension</code>
      <code>$id</code>
      <code>$links</code>
      <code>$people</code>
      <code>$source</code>
      <code>$title</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="16">
      <code>DateTime</code>
      <code>DateTime</code>
      <code>Reader\Collection\Category</code>
      <code>array</code>
      <code>array</code>
      <code>getAuthor</code>
      <code>int</code>
      <code>null|Reader\Feed\Atom\Source</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="4">
      <code>setEntryElement</code>
      <code>setEntryKey</code>
      <code>setType</code>
      <code>setXpath</code>
    </MixedMethodCall>
    <MixedReturnStatement occurrences="30">
      <code>$authors[$index]</code>
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['commentcount']</code>
      <code>$this-&gt;data['commentcount']</code>
      <code>$this-&gt;data['commentfeedlink']</code>
      <code>$this-&gt;data['commentfeedlink']</code>
      <code>$this-&gt;data['commentlink']</code>
      <code>$this-&gt;data['commentlink']</code>
      <code>$this-&gt;data['content']</code>
      <code>$this-&gt;data['content']</code>
      <code>$this-&gt;data['datecreated']</code>
      <code>$this-&gt;data['datecreated']</code>
      <code>$this-&gt;data['datemodified']</code>
      <code>$this-&gt;data['datemodified']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['enclosure']</code>
      <code>$this-&gt;data['enclosure']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['links']</code>
      <code>$this-&gt;data['links']</code>
      <code>$this-&gt;data['links'][$index]</code>
      <code>$this-&gt;data['source']</code>
      <code>$this-&gt;data['source']</code>
      <code>$this-&gt;data['title']</code>
      <code>$this-&gt;data['title']</code>
    </MixedReturnStatement>
    <PropertyNotSetInConstructor occurrences="1">
      <code>Atom</code>
    </PropertyNotSetInConstructor>
    <UndefinedMethod occurrences="16">
      <code>getAuthors</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentFeedLink</code>
      <code>getCommentLink</code>
      <code>getContent</code>
      <code>getDateCreated</code>
      <code>getDateModified</code>
      <code>getDescription</code>
      <code>getEnclosure</code>
      <code>getId</code>
      <code>getLinks</code>
      <code>getSource</code>
      <code>getTitle</code>
    </UndefinedMethod>
  </file>
  <file src="src/Reader/Entry/Rss.php">
    <ImplementedReturnTypeMismatch occurrences="3">
      <code>null|string</code>
      <code>string</code>
      <code>void</code>
    </ImplementedReturnTypeMismatch>
    <InvalidScalarArgument occurrences="1">
      <code>$entryKey</code>
    </InvalidScalarArgument>
    <MixedArgument occurrences="5">
      <code>$authors</code>
      <code>$categoryCollection</code>
      <code>$dateModified</code>
      <code>$dateModified</code>
      <code>Reader\Reader::arrayUnique($authors)</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="1">
      <code>$author['name']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="33">
      <code>$author</code>
      <code>$authors</code>
      <code>$authorsDc</code>
      <code>$categoryCollection</code>
      <code>$categoryCollection</code>
      <code>$commentcount</code>
      <code>$commentcount</code>
      <code>$commentcount</code>
      <code>$commentfeedlink</code>
      <code>$commentfeedlink</code>
      <code>$commentfeedlink</code>
      <code>$commentlink</code>
      <code>$commentlink</code>
      <code>$content</code>
      <code>$content</code>
      <code>$date</code>
      <code>$date</code>
      <code>$dateModified</code>
      <code>$description</code>
      <code>$description</code>
      <code>$description</code>
      <code>$description</code>
      <code>$enclosure</code>
      <code>$extension</code>
      <code>$extension</code>
      <code>$id</code>
      <code>$id</code>
      <code>$id</code>
      <code>$links</code>
      <code>$title</code>
      <code>$title</code>
      <code>$title</code>
      <code>$title</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="14">
      <code>DateTime</code>
      <code>Reader\Collection\Category</code>
      <code>array</code>
      <code>array</code>
      <code>getAuthor</code>
      <code>null|string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="4">
      <code>setEntryElement</code>
      <code>setEntryKey</code>
      <code>setType</code>
      <code>setXpath</code>
    </MixedMethodCall>
    <MixedReturnStatement occurrences="26">
      <code>$authors[$index]</code>
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['commentcount']</code>
      <code>$this-&gt;data['commentcount']</code>
      <code>$this-&gt;data['commentfeedlink']</code>
      <code>$this-&gt;data['commentfeedlink']</code>
      <code>$this-&gt;data['commentlink']</code>
      <code>$this-&gt;data['commentlink']</code>
      <code>$this-&gt;data['content']</code>
      <code>$this-&gt;data['content']</code>
      <code>$this-&gt;data['datemodified']</code>
      <code>$this-&gt;data['datemodified']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['enclosure']</code>
      <code>$this-&gt;data['enclosure']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['links']</code>
      <code>$this-&gt;data['links']</code>
      <code>$this-&gt;data['links'][$index]</code>
      <code>$this-&gt;data['title']</code>
      <code>$this-&gt;data['title']</code>
    </MixedReturnStatement>
    <NullableReturnStatement occurrences="7">
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['commentfeedlink']</code>
      <code>$this-&gt;data['commentlink']</code>
      <code>$this-&gt;data['datemodified']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['title']</code>
    </NullableReturnStatement>
    <PossiblyNullArgument occurrences="1">
      <code>$standard</code>
    </PossiblyNullArgument>
    <PropertyNotSetInConstructor occurrences="1">
      <code>Rss</code>
    </PropertyNotSetInConstructor>
    <UndefinedMethod occurrences="27">
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentLink</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getDate</code>
      <code>getDateModified</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getEnclosure</code>
      <code>getId</code>
      <code>getId</code>
      <code>getLinks</code>
      <code>getTitle</code>
      <code>getTitle</code>
    </UndefinedMethod>
  </file>
  <file src="src/Reader/Extension/AbstractEntry.php">
    <DocblockTypeContradiction occurrences="2">
      <code>$this-&gt;xpath</code>
      <code>null === $type</code>
    </DocblockTypeContradiction>
    <InvalidArgument occurrences="1">
      <code>$this-&gt;getEntryElement()</code>
    </InvalidArgument>
    <InvalidPropertyAssignmentValue occurrences="1">
      <code>$entryKey</code>
    </InvalidPropertyAssignmentValue>
    <MissingConstructor occurrences="33">
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
    </MissingConstructor>
    <MixedAssignment occurrences="1">
      <code>$type</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="1">
      <code>string</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="1">
      <code>$type</code>
    </MixedReturnStatement>
    <PossiblyNullPropertyAssignmentValue occurrences="1">
      <code>$entry-&gt;ownerDocument</code>
    </PossiblyNullPropertyAssignmentValue>
    <RedundantCastGivenDocblockType occurrences="3">
      <code>(int) $this-&gt;entryKey</code>
      <code>(int) $this-&gt;entryKey</code>
      <code>(int) $this-&gt;entryKey</code>
    </RedundantCastGivenDocblockType>
  </file>
  <file src="src/Reader/Extension/AbstractFeed.php">
    <DocblockTypeContradiction occurrences="1">
      <code>null === $this-&gt;xpath</code>
    </DocblockTypeContradiction>
    <MissingConstructor occurrences="16">
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$domDocument</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
      <code>$xpath</code>
    </MissingConstructor>
    <MissingReturnType occurrences="1">
      <code>registerNamespaces</code>
    </MissingReturnType>
    <MixedAssignment occurrences="1">
      <code>$type</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="1">
      <code>string</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="1">
      <code>$type</code>
    </MixedReturnStatement>
    <PossiblyNullPropertyAssignmentValue occurrences="1">
      <code>null</code>
    </PossiblyNullPropertyAssignmentValue>
  </file>
  <file src="src/Reader/Extension/Atom/Entry.php">
    <ArgumentTypeCoercion occurrences="2">
      <code>$author</code>
      <code>$element</code>
    </ArgumentTypeCoercion>
    <InvalidReturnStatement occurrences="3">
      <code>$this-&gt;data['datecreated']</code>
      <code>$this-&gt;data['datemodified']</code>
      <code>$this-&gt;data['enclosure']</code>
    </InvalidReturnStatement>
    <InvalidScalarArgument occurrences="1">
      <code>$deep</code>
    </InvalidScalarArgument>
    <MixedArgument occurrences="7">
      <code>$content</code>
      <code>$dateCreated</code>
      <code>$dateModified</code>
      <code>$link</code>
      <code>$link</code>
      <code>$link-&gt;value</code>
      <code>Reader\Reader::arrayUnique($authors)</code>
    </MixedArgument>
    <MixedAssignment occurrences="14">
      <code>$baseUrl</code>
      <code>$baseUrl</code>
      <code>$content</code>
      <code>$count</code>
      <code>$dateCreated</code>
      <code>$dateCreated</code>
      <code>$dateModified</code>
      <code>$dateModified</code>
      <code>$description</code>
      <code>$id</code>
      <code>$link</code>
      <code>$link</code>
      <code>$title</code>
      <code>$type</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="17">
      <code>Collection\Author</code>
      <code>Collection\Category</code>
      <code>array</code>
      <code>int</code>
      <code>null|Reader\Feed\Atom\Source</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="22">
      <code>$authors[$index]</code>
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['baseUrl']</code>
      <code>$this-&gt;data['baseUrl']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['commentcount']</code>
      <code>$this-&gt;data['commentcount']</code>
      <code>$this-&gt;data['commentfeedlink']</code>
      <code>$this-&gt;data['commentlink']</code>
      <code>$this-&gt;data['content']</code>
      <code>$this-&gt;data['datecreated']</code>
      <code>$this-&gt;data['datemodified']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['enclosure']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['links']</code>
      <code>$this-&gt;data['links'][$index]</code>
      <code>$this-&gt;data['source']</code>
      <code>$this-&gt;data['title']</code>
      <code>$this-&gt;data['title']</code>
    </MixedReturnStatement>
    <NullableReturnStatement occurrences="8">
      <code>$this-&gt;data['commentfeedlink']</code>
      <code>$this-&gt;data['commentlink']</code>
      <code>$this-&gt;data['datecreated']</code>
      <code>$this-&gt;data['datemodified']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['enclosure']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['title']</code>
    </NullableReturnStatement>
    <PossiblyNullOperand occurrences="1">
      <code>$this-&gt;getBaseUrl()</code>
    </PossiblyNullOperand>
    <UndefinedMethod occurrences="7">
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
    </UndefinedMethod>
    <UndefinedPropertyFetch occurrences="4">
      <code>$link-&gt;value</code>
      <code>$list-&gt;item(0)-&gt;value</code>
      <code>$list-&gt;item(0)-&gt;value</code>
      <code>$list-&gt;item(0)-&gt;value</code>
    </UndefinedPropertyFetch>
  </file>
  <file src="src/Reader/Extension/Atom/Feed.php">
    <ArgumentTypeCoercion occurrences="1">
      <code>$author</code>
    </ArgumentTypeCoercion>
    <MixedArgument occurrences="4">
      <code>$dateCreated</code>
      <code>$dateModified</code>
      <code>$link</code>
      <code>Reader\Reader::arrayUnique($authors)</code>
    </MixedArgument>
    <MixedAssignment occurrences="16">
      <code>$baseUrl</code>
      <code>$copyright</code>
      <code>$copyright</code>
      <code>$dateCreated</code>
      <code>$dateCreated</code>
      <code>$dateModified</code>
      <code>$dateModified</code>
      <code>$description</code>
      <code>$description</code>
      <code>$generator</code>
      <code>$id</code>
      <code>$imageUrl</code>
      <code>$language</code>
      <code>$language</code>
      <code>$link</code>
      <code>$title</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="16">
      <code>Collection\Author</code>
      <code>Collection\Category</code>
      <code>null|DateTime</code>
      <code>null|DateTime</code>
      <code>null|array</code>
      <code>null|array</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="23">
      <code>$authors[$index]</code>
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['baseUrl']</code>
      <code>$this-&gt;data['baseUrl']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['copyright']</code>
      <code>$this-&gt;data['copyright']</code>
      <code>$this-&gt;data['datecreated']</code>
      <code>$this-&gt;data['datemodified']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['feedlink']</code>
      <code>$this-&gt;data['generator']</code>
      <code>$this-&gt;data['generator']</code>
      <code>$this-&gt;data['hubs']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['image']</code>
      <code>$this-&gt;data['language']</code>
      <code>$this-&gt;data['language']</code>
      <code>$this-&gt;data['link']</code>
      <code>$this-&gt;data['title']</code>
      <code>$this-&gt;data['title']</code>
    </MixedReturnStatement>
    <PossiblyNullOperand occurrences="1">
      <code>$this-&gt;getBaseUrl()</code>
    </PossiblyNullOperand>
    <UndefinedMethod occurrences="3">
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
    </UndefinedMethod>
  </file>
  <file src="src/Reader/Extension/Content/Entry.php">
    <MissingReturnType occurrences="1">
      <code>getContent</code>
    </MissingReturnType>
    <MixedAssignment occurrences="2">
      <code>$content</code>
      <code>$content</code>
    </MixedAssignment>
  </file>
  <file src="src/Reader/Extension/CreativeCommons/Entry.php">
    <MixedAssignment occurrences="3">
      <code>$license</code>
      <code>$licenses[]</code>
      <code>$list</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="2">
      <code>array</code>
      <code>null|string</code>
    </MixedInferredReturnType>
    <MixedPropertyFetch occurrences="2">
      <code>$license-&gt;nodeValue</code>
      <code>$list-&gt;length</code>
    </MixedPropertyFetch>
    <MixedReturnStatement occurrences="2">
      <code>$licenses[$index]</code>
      <code>$this-&gt;data[$name]</code>
    </MixedReturnStatement>
  </file>
  <file src="src/Reader/Extension/CreativeCommons/Feed.php">
    <MixedAssignment occurrences="3">
      <code>$license</code>
      <code>$licenses[]</code>
      <code>$list</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="2">
      <code>array</code>
      <code>null|string</code>
    </MixedInferredReturnType>
    <MixedPropertyFetch occurrences="2">
      <code>$license-&gt;nodeValue</code>
      <code>$list-&gt;length</code>
    </MixedPropertyFetch>
    <MixedReturnStatement occurrences="2">
      <code>$licenses[$index]</code>
      <code>$this-&gt;data[$name]</code>
    </MixedReturnStatement>
  </file>
  <file src="src/Reader/Extension/DublinCore/Entry.php">
    <InvalidReturnStatement occurrences="1">
      <code>$this-&gt;data['authors']</code>
    </InvalidReturnStatement>
    <MixedArgument occurrences="2">
      <code>$date</code>
      <code>Reader\Reader::arrayUnique($authors)</code>
    </MixedArgument>
    <MixedAssignment occurrences="16">
      <code>$author</code>
      <code>$category</code>
      <code>$date</code>
      <code>$date</code>
      <code>$description</code>
      <code>$description</code>
      <code>$id</code>
      <code>$id</code>
      <code>$list</code>
      <code>$list</code>
      <code>$list</code>
      <code>$list</code>
      <code>$list</code>
      <code>$list</code>
      <code>$title</code>
      <code>$title</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="7">
      <code>Collection\Category</code>
      <code>array</code>
      <code>null|DateTime</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedPropertyFetch occurrences="5">
      <code>$author-&gt;nodeValue</code>
      <code>$category-&gt;nodeValue</code>
      <code>$list-&gt;length</code>
      <code>$list-&gt;length</code>
      <code>$list-&gt;length</code>
    </MixedPropertyFetch>
    <MixedReturnStatement occurrences="10">
      <code>$authors[$index]</code>
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['date']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['title']</code>
      <code>$this-&gt;data['title']</code>
    </MixedReturnStatement>
    <NullableReturnStatement occurrences="3">
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['title']</code>
    </NullableReturnStatement>
  </file>
  <file src="src/Reader/Extension/DublinCore/Feed.php">
    <InvalidReturnStatement occurrences="1">
      <code>$this-&gt;data['authors']</code>
    </InvalidReturnStatement>
    <MixedArgument occurrences="2">
      <code>$date</code>
      <code>Reader\Reader::arrayUnique($authors)</code>
    </MixedArgument>
    <MixedAssignment occurrences="15">
      <code>$category</code>
      <code>$copyright</code>
      <code>$copyright</code>
      <code>$date</code>
      <code>$date</code>
      <code>$description</code>
      <code>$description</code>
      <code>$id</code>
      <code>$id</code>
      <code>$language</code>
      <code>$language</code>
      <code>$list</code>
      <code>$list</code>
      <code>$title</code>
      <code>$title</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="9">
      <code>Collection\Category</code>
      <code>array</code>
      <code>null|DateTime</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
    </MixedInferredReturnType>
    <MixedPropertyFetch occurrences="2">
      <code>$category-&gt;nodeValue</code>
      <code>$list-&gt;length</code>
    </MixedPropertyFetch>
    <MixedReturnStatement occurrences="14">
      <code>$authors[$index]</code>
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['copyright']</code>
      <code>$this-&gt;data['copyright']</code>
      <code>$this-&gt;data['date']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['language']</code>
      <code>$this-&gt;data['language']</code>
      <code>$this-&gt;data['title']</code>
      <code>$this-&gt;data['title']</code>
    </MixedReturnStatement>
    <NullableReturnStatement occurrences="1">
      <code>$this-&gt;data['authors']</code>
    </NullableReturnStatement>
  </file>
  <file src="src/Reader/Extension/GooglePlayPodcast/Entry.php">
    <MixedAssignment occurrences="3">
      <code>$block</code>
      <code>$description</code>
      <code>$explicit</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="3">
      <code>string</code>
      <code>string</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="6">
      <code>$this-&gt;data['block']</code>
      <code>$this-&gt;data['block']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['explicit']</code>
      <code>$this-&gt;data['explicit']</code>
    </MixedReturnStatement>
    <NullableReturnStatement occurrences="3">
      <code>$this-&gt;data['block']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['explicit']</code>
    </NullableReturnStatement>
  </file>
  <file src="src/Reader/Extension/GooglePlayPodcast/Feed.php">
    <MixedAssignment occurrences="5">
      <code>$author</code>
      <code>$block</code>
      <code>$description</code>
      <code>$explicit</code>
      <code>$image</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="6">
      <code>null|array</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="11">
      <code>$this-&gt;data['author']</code>
      <code>$this-&gt;data['author']</code>
      <code>$this-&gt;data['block']</code>
      <code>$this-&gt;data['block']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['explicit']</code>
      <code>$this-&gt;data['explicit']</code>
      <code>$this-&gt;data['image']</code>
      <code>$this-&gt;data['image']</code>
    </MixedReturnStatement>
    <NullableReturnStatement occurrences="5">
      <code>$this-&gt;data['author']</code>
      <code>$this-&gt;data['block']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['explicit']</code>
      <code>$this-&gt;data['image']</code>
    </NullableReturnStatement>
    <UndefinedMethod occurrences="2">
      <code>getAttribute</code>
      <code>getAttribute</code>
    </UndefinedMethod>
  </file>
  <file src="src/Reader/Extension/Podcast/Entry.php">
    <MixedAssignment occurrences="13">
      <code>$author</code>
      <code>$block</code>
      <code>$duration</code>
      <code>$episode</code>
      <code>$explicit</code>
      <code>$image</code>
      <code>$keywords</code>
      <code>$season</code>
      <code>$status</code>
      <code>$subtitle</code>
      <code>$summary</code>
      <code>$title</code>
      <code>$type</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="13">
      <code>bool</code>
      <code>null|int</code>
      <code>null|int</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="22">
      <code>$this-&gt;data['author']</code>
      <code>$this-&gt;data['author']</code>
      <code>$this-&gt;data['block']</code>
      <code>$this-&gt;data['block']</code>
      <code>$this-&gt;data['duration']</code>
      <code>$this-&gt;data['duration']</code>
      <code>$this-&gt;data['episode']</code>
      <code>$this-&gt;data['episodeType']</code>
      <code>$this-&gt;data['explicit']</code>
      <code>$this-&gt;data['explicit']</code>
      <code>$this-&gt;data['image']</code>
      <code>$this-&gt;data['image']</code>
      <code>$this-&gt;data['isClosedCaptioned']</code>
      <code>$this-&gt;data['keywords']</code>
      <code>$this-&gt;data['keywords']</code>
      <code>$this-&gt;data['season']</code>
      <code>$this-&gt;data['subtitle']</code>
      <code>$this-&gt;data['subtitle']</code>
      <code>$this-&gt;data['summary']</code>
      <code>$this-&gt;data['summary']</code>
      <code>$this-&gt;data['title']</code>
      <code>$this-&gt;data['title']</code>
    </MixedReturnStatement>
    <NullableReturnStatement occurrences="9">
      <code>$this-&gt;data['author']</code>
      <code>$this-&gt;data['block']</code>
      <code>$this-&gt;data['duration']</code>
      <code>$this-&gt;data['explicit']</code>
      <code>$this-&gt;data['image']</code>
      <code>$this-&gt;data['keywords']</code>
      <code>$this-&gt;data['subtitle']</code>
      <code>$this-&gt;data['summary']</code>
      <code>$this-&gt;data['title']</code>
    </NullableReturnStatement>
  </file>
  <file src="src/Reader/Extension/Podcast/Feed.php">
    <MixedAssignment occurrences="13">
      <code>$author</code>
      <code>$block</code>
      <code>$complete</code>
      <code>$email</code>
      <code>$explicit</code>
      <code>$image</code>
      <code>$keywords</code>
      <code>$name</code>
      <code>$newFeedUrl</code>
      <code>$owner</code>
      <code>$subtitle</code>
      <code>$summary</code>
      <code>$type</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="12">
      <code>bool</code>
      <code>null|array</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedOperand occurrences="2">
      <code>$email</code>
      <code>$name</code>
    </MixedOperand>
    <MixedReturnStatement occurrences="21">
      <code>$this-&gt;data['author']</code>
      <code>$this-&gt;data['author']</code>
      <code>$this-&gt;data['block']</code>
      <code>$this-&gt;data['block']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['complete']</code>
      <code>$this-&gt;data['explicit']</code>
      <code>$this-&gt;data['explicit']</code>
      <code>$this-&gt;data['image']</code>
      <code>$this-&gt;data['image']</code>
      <code>$this-&gt;data['keywords']</code>
      <code>$this-&gt;data['keywords']</code>
      <code>$this-&gt;data['new-feed-url']</code>
      <code>$this-&gt;data['new-feed-url']</code>
      <code>$this-&gt;data['owner']</code>
      <code>$this-&gt;data['owner']</code>
      <code>$this-&gt;data['podcastType']</code>
      <code>$this-&gt;data['subtitle']</code>
      <code>$this-&gt;data['subtitle']</code>
      <code>$this-&gt;data['summary']</code>
      <code>$this-&gt;data['summary']</code>
    </MixedReturnStatement>
    <NullableReturnStatement occurrences="9">
      <code>$this-&gt;data['author']</code>
      <code>$this-&gt;data['block']</code>
      <code>$this-&gt;data['explicit']</code>
      <code>$this-&gt;data['image']</code>
      <code>$this-&gt;data['keywords']</code>
      <code>$this-&gt;data['new-feed-url']</code>
      <code>$this-&gt;data['owner']</code>
      <code>$this-&gt;data['subtitle']</code>
      <code>$this-&gt;data['summary']</code>
    </NullableReturnStatement>
    <UndefinedMethod occurrences="2">
      <code>getAttribute</code>
      <code>getAttribute</code>
    </UndefinedMethod>
  </file>
  <file src="src/Reader/Extension/PodcastIndex/Entry.php">
    <MismatchingDocblockReturnType occurrences="2">
      <code>null|object{url: string, type: string, language: string, rel: string}</code>
      <code>null|object{url: string, type: string}</code>
    </MismatchingDocblockReturnType>
    <MixedInferredReturnType occurrences="3">
      <code>array&lt;int, object{title: string, startTime: string, duration: string}&gt;</code>
      <code>null|object{url: string, type: string, language: string, rel: string}</code>
      <code>null|object{url: string, type: string}</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="1">
      <code>$this-&gt;data['soundbites']</code>
    </MixedReturnStatement>
  </file>
  <file src="src/Reader/Extension/PodcastIndex/Feed.php">
    <MismatchingDocblockReturnType occurrences="1">
      <code>null|object{url: string, title: string}</code>
    </MismatchingDocblockReturnType>
    <MixedAssignment occurrences="2">
      <code>$locked</code>
      <code>$owner</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="3">
      <code>?string</code>
      <code>bool</code>
      <code>null|object{url: string, title: string}</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="3">
      <code>$this-&gt;data['locked']</code>
      <code>$this-&gt;data['owner']</code>
      <code>$this-&gt;data['owner']</code>
    </MixedReturnStatement>
  </file>
  <file src="src/Reader/Extension/Slash/Entry.php">
    <InvalidOperand occurrences="1">
      <code>$hit</code>
    </InvalidOperand>
    <MixedArgument occurrences="1">
      <code>$stringParade</code>
    </MixedArgument>
    <MixedAssignment occurrences="3">
      <code>$comments</code>
      <code>$data</code>
      <code>$stringParade</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="4">
      <code>array</code>
      <code>int</code>
      <code>null|string</code>
      <code>null|string</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="5">
      <code>$comments</code>
      <code>$this-&gt;data[$name]</code>
      <code>$this-&gt;data[$name]</code>
      <code>$this-&gt;getData('department')</code>
      <code>$this-&gt;getData('section')</code>
    </MixedReturnStatement>
    <NullableReturnStatement occurrences="1">
      <code>$this-&gt;data[$name]</code>
    </NullableReturnStatement>
  </file>
  <file src="src/Reader/Extension/Syndication/Feed.php">
    <MixedArgument occurrences="1">
      <code>$updateBase</code>
    </MixedArgument>
    <MixedAssignment occurrences="5">
      <code>$data</code>
      <code>$freq</code>
      <code>$freq</code>
      <code>$period</code>
      <code>$updateBase</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="3">
      <code>int</code>
      <code>int</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedOperand occurrences="1">
      <code>$freq</code>
    </MixedOperand>
    <MixedReturnStatement occurrences="3">
      <code>$freq</code>
      <code>$period</code>
      <code>$ticks / $freq</code>
    </MixedReturnStatement>
  </file>
  <file src="src/Reader/Extension/Thread/Entry.php">
    <MixedAssignment occurrences="1">
      <code>$data</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="1">
      <code>null|int</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="1">
      <code>$this-&gt;getData('total')</code>
    </MixedReturnStatement>
  </file>
  <file src="src/Reader/Extension/WellFormedWeb/Entry.php">
    <MixedAssignment occurrences="1">
      <code>$data</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="1">
      <code>null|string</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="2">
      <code>$data</code>
      <code>$this-&gt;data[$name]</code>
    </MixedReturnStatement>
  </file>
  <file src="src/Reader/ExtensionManager.php">
    <MissingPropertyType occurrences="1">
      <code>$pluginManager</code>
    </MissingPropertyType>
    <MixedArgument occurrences="1">
      <code>$this-&gt;pluginManager</code>
    </MixedArgument>
    <MixedInferredReturnType occurrences="2">
      <code>Extension\AbstractEntry|Extension\AbstractFeed</code>
      <code>bool</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="2">
      <code>get</code>
      <code>has</code>
    </MixedMethodCall>
    <MixedReturnStatement occurrences="2">
      <code>$this-&gt;pluginManager-&gt;get($name)</code>
      <code>$this-&gt;pluginManager-&gt;has($name)</code>
    </MixedReturnStatement>
  </file>
  <file src="src/Reader/Feed/AbstractFeed.php">
    <InvalidScalarArgument occurrences="1">
      <code>$this-&gt;key()</code>
    </InvalidScalarArgument>
    <MissingParamType occurrences="2">
      <code>$args</code>
      <code>$method</code>
    </MissingParamType>
    <MissingReturnType occurrences="4">
      <code>getExtensions</code>
      <code>indexEntries</code>
      <code>loadExtensions</code>
      <code>registerNamespaces</code>
    </MissingReturnType>
    <MixedArgument occurrences="8">
      <code>$all['core']</code>
      <code>$extension</code>
      <code>$extension</code>
      <code>$extension</code>
      <code>$extension</code>
      <code>$method</code>
      <code>$this-&gt;entries[$this-&gt;key()]</code>
      <code>$this-&gt;entries[$this-&gt;key()]</code>
    </MixedArgument>
    <MixedArrayOffset occurrences="1">
      <code>$this-&gt;extensions[$extension]</code>
    </MixedArrayOffset>
    <MixedAssignment occurrences="4">
      <code>$extension</code>
      <code>$extension</code>
      <code>$feed</code>
      <code>$plugin</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="2">
      <code>null|Reader\Extension\AbstractFeed</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="3">
      <code>setDomDocument</code>
      <code>setType</code>
      <code>setXpath</code>
    </MixedMethodCall>
    <MixedOperand occurrences="1">
      <code>$method</code>
    </MixedOperand>
    <MixedReturnStatement occurrences="2">
      <code>$this-&gt;data['type']</code>
      <code>$this-&gt;extensions[$name . '\\Feed']</code>
    </MixedReturnStatement>
    <PropertyNotSetInConstructor occurrences="1">
      <code>$originalSourceUri</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Reader/Feed/Atom.php">
    <MixedArgument occurrences="1">
      <code>$categoryCollection</code>
    </MixedArgument>
    <MixedArrayOffset occurrences="1">
      <code>$this-&gt;entries[$index]</code>
    </MixedArrayOffset>
    <MixedAssignment occurrences="23">
      <code>$atomFeed</code>
      <code>$atomFeed</code>
      <code>$authors</code>
      <code>$baseUrl</code>
      <code>$categoryCollection</code>
      <code>$categoryCollection</code>
      <code>$copyright</code>
      <code>$dateCreated</code>
      <code>$dateModified</code>
      <code>$description</code>
      <code>$entries</code>
      <code>$entry</code>
      <code>$extension</code>
      <code>$generator</code>
      <code>$hubs</code>
      <code>$id</code>
      <code>$index</code>
      <code>$language</code>
      <code>$language</code>
      <code>$link</code>
      <code>$link</code>
      <code>$link</code>
      <code>$title</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="16">
      <code>Reader\Collection\Category</code>
      <code>array</code>
      <code>null|DateTime</code>
      <code>null|DateTime</code>
      <code>null|array</code>
      <code>null|array</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="7">
      <code>setDomDocument</code>
      <code>setDomDocument</code>
      <code>setType</code>
      <code>setType</code>
      <code>setXpath</code>
      <code>setXpath</code>
      <code>setXpathPrefix</code>
    </MixedMethodCall>
    <MixedReturnStatement occurrences="31">
      <code>$authors[$index]</code>
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['baseUrl']</code>
      <code>$this-&gt;data['baseUrl']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['copyright']</code>
      <code>$this-&gt;data['copyright']</code>
      <code>$this-&gt;data['datecreated']</code>
      <code>$this-&gt;data['datecreated']</code>
      <code>$this-&gt;data['datemodified']</code>
      <code>$this-&gt;data['datemodified']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['feedlink']</code>
      <code>$this-&gt;data['feedlink']</code>
      <code>$this-&gt;data['generator']</code>
      <code>$this-&gt;data['generator']</code>
      <code>$this-&gt;data['hubs']</code>
      <code>$this-&gt;data['hubs']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['image']</code>
      <code>$this-&gt;data['image']</code>
      <code>$this-&gt;data['language']</code>
      <code>$this-&gt;data['language']</code>
      <code>$this-&gt;data['link']</code>
      <code>$this-&gt;data['link']</code>
      <code>$this-&gt;data['title']</code>
      <code>$this-&gt;data['title']</code>
    </MixedReturnStatement>
    <PossiblyNullReference occurrences="16">
      <code>getAuthors</code>
      <code>getBaseUrl</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCopyright</code>
      <code>getDateCreated</code>
      <code>getDateModified</code>
      <code>getDescription</code>
      <code>getFeedLink</code>
      <code>getGenerator</code>
      <code>getHubs</code>
      <code>getId</code>
      <code>getImage</code>
      <code>getLanguage</code>
      <code>getLink</code>
      <code>getTitle</code>
    </PossiblyNullReference>
    <PropertyNotSetInConstructor occurrences="1">
      <code>Atom</code>
    </PropertyNotSetInConstructor>
    <UndefinedMethod occurrences="16">
      <code>getAuthors</code>
      <code>getBaseUrl</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCopyright</code>
      <code>getDateCreated</code>
      <code>getDateModified</code>
      <code>getDescription</code>
      <code>getFeedLink</code>
      <code>getGenerator</code>
      <code>getHubs</code>
      <code>getId</code>
      <code>getImage</code>
      <code>getLanguage</code>
      <code>getLink</code>
      <code>getTitle</code>
    </UndefinedMethod>
  </file>
  <file src="src/Reader/Feed/Atom/Source.php">
    <ImplementedReturnTypeMismatch occurrences="4">
      <code>void</code>
      <code>void</code>
      <code>void</code>
      <code>void</code>
    </ImplementedReturnTypeMismatch>
    <MixedAssignment occurrences="2">
      <code>$extension</code>
      <code>$extension</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="4">
      <code>setDomDocument</code>
      <code>setType</code>
      <code>setXpath</code>
      <code>setXpathPrefix</code>
    </MixedMethodCall>
    <PossiblyNullArgument occurrences="1">
      <code>$this-&gt;domDocument</code>
    </PossiblyNullArgument>
    <PossiblyNullPropertyAssignmentValue occurrences="1">
      <code>$source-&gt;ownerDocument</code>
    </PossiblyNullPropertyAssignmentValue>
    <PropertyNotSetInConstructor occurrences="1">
      <code>Source</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Reader/Feed/Rss.php">
    <InvalidScalarArgument occurrences="1">
      <code>$lastBuildDateParsed</code>
    </InvalidScalarArgument>
    <MixedArgument occurrences="7">
      <code>$authors</code>
      <code>$categoryCollection</code>
      <code>$dateModified</code>
      <code>$dateModified</code>
      <code>$hubs</code>
      <code>$lastBuildDate</code>
      <code>Reader\Reader::arrayUnique($authors)</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="1">
      <code>$author['name']</code>
    </MixedArrayAccess>
    <MixedArrayOffset occurrences="1">
      <code>$this-&gt;entries[$index]</code>
    </MixedArrayOffset>
    <MixedAssignment occurrences="56">
      <code>$author</code>
      <code>$authors</code>
      <code>$authorsDc</code>
      <code>$categoryCollection</code>
      <code>$categoryCollection</code>
      <code>$copyright</code>
      <code>$copyright</code>
      <code>$copyright</code>
      <code>$date</code>
      <code>$date</code>
      <code>$dateModified</code>
      <code>$dateModified</code>
      <code>$description</code>
      <code>$description</code>
      <code>$description</code>
      <code>$description</code>
      <code>$entries</code>
      <code>$entries</code>
      <code>$entry</code>
      <code>$extension</code>
      <code>$feed</code>
      <code>$feed</code>
      <code>$generator</code>
      <code>$generator</code>
      <code>$generator</code>
      <code>$generator</code>
      <code>$hubs</code>
      <code>$id</code>
      <code>$id</code>
      <code>$id</code>
      <code>$image['description']</code>
      <code>$image['height']</code>
      <code>$image['link']</code>
      <code>$image['title']</code>
      <code>$image['uri']</code>
      <code>$image['width']</code>
      <code>$index</code>
      <code>$language</code>
      <code>$language</code>
      <code>$language</code>
      <code>$language</code>
      <code>$lastBuildDate</code>
      <code>$link</code>
      <code>$link</code>
      <code>$link</code>
      <code>$link</code>
      <code>$title</code>
      <code>$title</code>
      <code>$title</code>
      <code>$title</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="15">
      <code>DateTime</code>
      <code>DateTime</code>
      <code>Reader\Collection\Category</code>
      <code>array</code>
      <code>null|array</code>
      <code>null|array</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="7">
      <code>setDomDocument</code>
      <code>setDomDocument</code>
      <code>setType</code>
      <code>setType</code>
      <code>setXpath</code>
      <code>setXpath</code>
      <code>setXpathPrefix</code>
    </MixedMethodCall>
    <MixedReturnStatement occurrences="26">
      <code>$authors[$index]</code>
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['copyright']</code>
      <code>$this-&gt;data['copyright']</code>
      <code>$this-&gt;data['datemodified']</code>
      <code>$this-&gt;data['datemodified']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['feedlink']</code>
      <code>$this-&gt;data['feedlink']</code>
      <code>$this-&gt;data['generator']</code>
      <code>$this-&gt;data['generator']</code>
      <code>$this-&gt;data['hubs']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['image']</code>
      <code>$this-&gt;data['language']</code>
      <code>$this-&gt;data['language']</code>
      <code>$this-&gt;data['lastBuildDate']</code>
      <code>$this-&gt;data['link']</code>
      <code>$this-&gt;data['link']</code>
      <code>$this-&gt;data['title']</code>
      <code>$this-&gt;data['title']</code>
    </MixedReturnStatement>
    <NullableReturnStatement occurrences="3">
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['datemodified']</code>
      <code>$this-&gt;data['lastBuildDate']</code>
    </NullableReturnStatement>
    <PossiblyNullArgument occurrences="1">
      <code>$standard</code>
    </PossiblyNullArgument>
    <PossiblyNullReference occurrences="20">
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCopyright</code>
      <code>getCopyright</code>
      <code>getDate</code>
      <code>getDateModified</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getFeedLink</code>
      <code>getGenerator</code>
      <code>getHubs</code>
      <code>getId</code>
      <code>getId</code>
      <code>getLanguage</code>
      <code>getLanguage</code>
      <code>getLink</code>
      <code>getTitle</code>
      <code>getTitle</code>
    </PossiblyNullReference>
    <PropertyNotSetInConstructor occurrences="1">
      <code>Rss</code>
    </PropertyNotSetInConstructor>
    <UndefinedMethod occurrences="21">
      <code>getAttribute</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCopyright</code>
      <code>getCopyright</code>
      <code>getDate</code>
      <code>getDateModified</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getFeedLink</code>
      <code>getGenerator</code>
      <code>getHubs</code>
      <code>getId</code>
      <code>getId</code>
      <code>getLanguage</code>
      <code>getLanguage</code>
      <code>getLink</code>
      <code>getTitle</code>
      <code>getTitle</code>
    </UndefinedMethod>
  </file>
  <file src="src/Reader/FeedSet.php">
    <MissingPropertyType occurrences="3">
      <code>$atom</code>
      <code>$rdf</code>
      <code>$rss</code>
    </MissingPropertyType>
    <MixedArgument occurrences="6">
      <code>$link-&gt;getAttribute('href')</code>
      <code>$link-&gt;getAttribute('href')</code>
      <code>$link-&gt;getAttribute('href')</code>
      <code>$link-&gt;getAttribute('href')</code>
      <code>$link-&gt;getAttribute('rel')</code>
      <code>$this-&gt;offsetGet('href')</code>
    </MixedArgument>
    <UndefinedMethod occurrences="12">
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
      <code>getAttribute</code>
    </UndefinedMethod>
    <UnsafeInstantiation occurrences="1"/>
  </file>
  <file src="src/Reader/Http/LaminasHttpClientDecorator.php">
    <InvalidScalarArgument occurrences="1">
      <code>$value</code>
    </InvalidScalarArgument>
    <MixedAssignment occurrences="3">
      <code>$normalized[$name]</code>
      <code>$value</code>
      <code>$value</code>
    </MixedAssignment>
    <PossiblyInvalidMethodCall occurrences="1">
      <code>addHeaderLine</code>
    </PossiblyInvalidMethodCall>
    <PossiblyUndefinedMethod occurrences="1">
      <code>addHeaderLine</code>
    </PossiblyUndefinedMethod>
  </file>
  <file src="src/Reader/Http/Psr7ResponseDecorator.php">
    <MixedInferredReturnType occurrences="1">
      <code>getHeaderLine</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="1">
      <code>$default</code>
    </MixedReturnStatement>
    <NullableReturnStatement occurrences="1">
      <code>$default</code>
    </NullableReturnStatement>
  </file>
  <file src="src/Reader/Http/Response.php">
    <DocblockTypeContradiction occurrences="3">
      <code>! is_numeric($statusCode)</code>
      <code>is_object($statusCode)</code>
      <code>is_string($statusCode)</code>
    </DocblockTypeContradiction>
    <MixedArgument occurrences="2">
      <code>$statusCode</code>
      <code>$statusCode</code>
    </MixedArgument>
    <MixedArgumentTypeCoercion occurrences="1">
      <code>$name</code>
    </MixedArgumentTypeCoercion>
    <MixedAssignment occurrences="2">
      <code>$normalized[strtolower($name)]</code>
      <code>$value</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="1">
      <code>getHeaderLine</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="1"/>
    <NullableReturnStatement occurrences="1"/>
    <PossiblyInvalidCast occurrences="1">
      <code>$body</code>
    </PossiblyInvalidCast>
    <RedundantCastGivenDocblockType occurrences="1">
      <code>(int) $statusCode</code>
    </RedundantCastGivenDocblockType>
    <RedundantConditionGivenDocblockType occurrences="1">
      <code>gettype($statusCode)</code>
    </RedundantConditionGivenDocblockType>
  </file>
  <file src="src/Reader/Reader.php">
    <DocblockTypeContradiction occurrences="4">
      <code>! is_string($string)</code>
      <code>$httpClient instanceof Http\ClientInterface</code>
      <code>$response instanceof Http\ResponseInterface</code>
      <code>static::$httpClient</code>
    </DocblockTypeContradiction>
    <ImplementedReturnTypeMismatch occurrences="1">
      <code>Feed\FeedInterface</code>
    </ImplementedReturnTypeMismatch>
    <InvalidDocblock occurrences="1">
      <code>public static function arrayUnique(array $array)</code>
    </InvalidDocblock>
    <InvalidReturnStatement occurrences="1">
      <code>$reader</code>
    </InvalidReturnStatement>
    <InvalidReturnType occurrences="1">
      <code>Feed\FeedInterface</code>
    </InvalidReturnType>
    <InvalidScalarArgument occurrences="1">
      <code>1</code>
    </InvalidScalarArgument>
    <MissingParamType occurrences="1">
      <code>$flag</code>
    </MissingParamType>
    <MissingPropertyType occurrences="3">
      <code>$extensionManager</code>
      <code>$extensions</code>
      <code>$httpConditionalGet</code>
    </MissingPropertyType>
    <MissingReturnType occurrences="1">
      <code>arrayUnique</code>
    </MissingReturnType>
    <MixedArgument occurrences="7">
      <code>$data</code>
      <code>$flag</code>
      <code>$responseXml</code>
      <code>$value</code>
      <code>$version</code>
      <code>static::$extensions['entry']</code>
      <code>static::$extensions['feed']</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="4">
      <code>static::$extensions['entry']</code>
      <code>static::$extensions['entry']</code>
      <code>static::$extensions['feed']</code>
      <code>static::$extensions['feed']</code>
    </MixedArrayAccess>
    <MixedArrayAssignment occurrences="2">
      <code>static::$extensions['entry']</code>
      <code>static::$extensions['feed']</code>
    </MixedArrayAssignment>
    <MixedAssignment occurrences="9">
      <code>$data</code>
      <code>$data</code>
      <code>$etag</code>
      <code>$lastModified</code>
      <code>$responseXml</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
      <code>$version</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="3">
      <code>ExtensionManagerInterface</code>
      <code>array</code>
      <code>bool</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="3">
      <code>$flag</code>
      <code>static::$extensionManager</code>
      <code>static::$extensions</code>
    </MixedReturnStatement>
    <RedundantCastGivenDocblockType occurrences="3">
      <code>(int) $response-&gt;getStatusCode()</code>
      <code>(int) $response-&gt;getStatusCode()</code>
      <code>(int) $response-&gt;getStatusCode()</code>
    </RedundantCastGivenDocblockType>
    <RedundantConditionGivenDocblockType occurrences="2">
      <code>is_string($feed)</code>
      <code>static::$httpConditionalGet &amp;&amp; $cache</code>
    </RedundantConditionGivenDocblockType>
    <TooManyArguments occurrences="1">
      <code>get</code>
    </TooManyArguments>
    <UndefinedInterfaceMethod occurrences="2">
      <code>setOriginalSourceUri</code>
      <code>setOriginalSourceUri</code>
    </UndefinedInterfaceMethod>
    <UndefinedVariable occurrences="1">
      <code>$phpErrormsg</code>
    </UndefinedVariable>
  </file>
  <file src="src/Reader/StandaloneExtensionManager.php">
    <LessSpecificReturnStatement occurrences="1">
      <code>new $class()</code>
    </LessSpecificReturnStatement>
    <MissingPropertyType occurrences="1">
      <code>$extensions</code>
    </MissingPropertyType>
    <MixedArgument occurrences="1">
      <code>$this-&gt;extensions</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="2">
      <code>$this-&gt;extensions[$extension]</code>
      <code>$this-&gt;extensions[$name]</code>
    </MixedArrayAccess>
    <MixedArrayAssignment occurrences="1">
      <code>$this-&gt;extensions[$name]</code>
    </MixedArrayAssignment>
    <MixedAssignment occurrences="1">
      <code>$class</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="1">
      <code>new $class()</code>
    </MixedMethodCall>
    <MoreSpecificReturnType occurrences="1">
      <code>Extension\AbstractEntry|Extension\AbstractFeed</code>
    </MoreSpecificReturnType>
    <RedundantConditionGivenDocblockType occurrences="1">
      <code>is_string($class)</code>
    </RedundantConditionGivenDocblockType>
  </file>
  <file src="src/Uri.php">
    <MissingPropertyType occurrences="1">
      <code>$validSchemes</code>
    </MissingPropertyType>
    <MixedArgument occurrences="1">
      <code>$this-&gt;validSchemes</code>
    </MixedArgument>
    <PossiblyNullPropertyAssignmentValue occurrences="8">
      <code>isset($parsed['fragment']) ? $parsed['fragment'] : null</code>
      <code>isset($parsed['host']) ? $parsed['host'] : null</code>
      <code>isset($parsed['pass']) ? $parsed['pass'] : null</code>
      <code>isset($parsed['path']) ? $parsed['path'] : null</code>
      <code>isset($parsed['port']) ? $parsed['port'] : null</code>
      <code>isset($parsed['query']) ? $parsed['query'] : null</code>
      <code>isset($parsed['scheme']) ? $parsed['scheme'] : null</code>
      <code>isset($parsed['user']) ? $parsed['user'] : null</code>
    </PossiblyNullPropertyAssignmentValue>
    <PropertyNotSetInConstructor occurrences="9">
      <code>$fragment</code>
      <code>$host</code>
      <code>$pass</code>
      <code>$path</code>
      <code>$port</code>
      <code>$query</code>
      <code>$scheme</code>
      <code>$user</code>
      <code>$valid</code>
    </PropertyNotSetInConstructor>
    <RedundantConditionGivenDocblockType occurrences="1">
      <code>$this-&gt;scheme !== null</code>
    </RedundantConditionGivenDocblockType>
    <UnsafeInstantiation occurrences="1">
      <code>new static($uri)</code>
    </UnsafeInstantiation>
  </file>
  <file src="src/Writer/AbstractFeed.php">
    <DocblockTypeContradiction occurrences="19">
      <code>! is_string($copyright)</code>
      <code>! is_string($description)</code>
      <code>! is_string($encoding)</code>
      <code>! is_string($id)</code>
      <code>! is_string($language)</code>
      <code>! is_string($link)</code>
      <code>! is_string($link)</code>
      <code>! is_string($name)</code>
      <code>! is_string($title)</code>
      <code>! is_string($uri)</code>
      <code>! is_string($url)</code>
      <code>! is_string($url)</code>
      <code>! is_string($version)</code>
      <code>empty($id) || ! is_string($id)</code>
      <code>empty($link) || ! is_string($link)</code>
      <code>empty($link) || ! is_string($link)</code>
      <code>empty($uri) || ! is_string($uri)</code>
      <code>empty($url) || ! is_string($url)</code>
      <code>empty($url) || ! is_string($url)</code>
    </DocblockTypeContradiction>
    <InvalidDocblock occurrences="3">
      <code>public function setDateCreated($date = null)</code>
      <code>public function setDateModified($date = null)</code>
      <code>public function setLastBuildDate($date = null)</code>
    </InvalidDocblock>
    <MissingParamType occurrences="3">
      <code>$date</code>
      <code>$date</code>
      <code>$date</code>
    </MissingParamType>
    <MissingReturnType occurrences="3">
      <code>setDateCreated</code>
      <code>setDateModified</code>
      <code>setLastBuildDate</code>
    </MissingReturnType>
    <MixedArgument occurrences="6">
      <code>$author</code>
      <code>$category</code>
      <code>$ext</code>
      <code>$ext</code>
      <code>$ext</code>
      <code>$url</code>
    </MixedArgument>
    <MixedArrayAssignment occurrences="4">
      <code>$this-&gt;data['authors'][]</code>
      <code>$this-&gt;data['categories'][]</code>
      <code>$this-&gt;data['feedLinks'][strtolower($type)]</code>
      <code>$this-&gt;data['hubs'][]</code>
    </MixedArrayAssignment>
    <MixedArrayOffset occurrences="1">
      <code>$this-&gt;extensions[$ext]</code>
    </MixedArrayOffset>
    <MixedAssignment occurrences="5">
      <code>$author</code>
      <code>$category</code>
      <code>$ext</code>
      <code>$exts</code>
      <code>$url</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="18">
      <code>null|array</code>
      <code>null|array</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="1">
      <code>setEncoding</code>
    </MixedMethodCall>
    <MixedPropertyTypeCoercion occurrences="1">
      <code>$this-&gt;extensions</code>
    </MixedPropertyTypeCoercion>
    <MixedReturnStatement occurrences="18">
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['authors'][$index]</code>
      <code>$this-&gt;data['baseUrl']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['copyright']</code>
      <code>$this-&gt;data['dateCreated']</code>
      <code>$this-&gt;data['dateModified']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['encoding']</code>
      <code>$this-&gt;data['feedLinks']</code>
      <code>$this-&gt;data['generator']</code>
      <code>$this-&gt;data['hubs']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['image']</code>
      <code>$this-&gt;data['language']</code>
      <code>$this-&gt;data['lastBuildDate']</code>
      <code>$this-&gt;data['link']</code>
      <code>$this-&gt;data['title']</code>
    </MixedReturnStatement>
    <PropertyNotSetInConstructor occurrences="2">
      <code>$extensions</code>
      <code>$type</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Writer/Deleted.php">
    <DocblockTypeContradiction occurrences="2">
      <code>! is_string($reference)</code>
      <code>$date instanceof DateTimeInterface</code>
    </DocblockTypeContradiction>
    <InvalidDocblock occurrences="1">
      <code>public function setEncoding($encoding)</code>
    </InvalidDocblock>
    <MissingConstructor occurrences="1">
      <code>$type</code>
    </MissingConstructor>
    <MissingParamType occurrences="1">
      <code>$encoding</code>
    </MissingParamType>
    <MissingReturnType occurrences="1">
      <code>setEncoding</code>
    </MissingReturnType>
    <MixedInferredReturnType occurrences="5">
      <code>DateTime</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedReturnStatement occurrences="5">
      <code>$this-&gt;data['by']</code>
      <code>$this-&gt;data['comment']</code>
      <code>$this-&gt;data['encoding']</code>
      <code>$this-&gt;data['reference']</code>
      <code>$this-&gt;data['when']</code>
    </MixedReturnStatement>
  </file>
  <file src="src/Writer/Entry.php">
    <DocblockTypeContradiction occurrences="13">
      <code>! is_numeric($count)</code>
      <code>! is_string($content)</code>
      <code>! is_string($copyright)</code>
      <code>! is_string($description)</code>
      <code>! is_string($encoding)</code>
      <code>! is_string($id)</code>
      <code>! is_string($link)</code>
      <code>! is_string($link)</code>
      <code>! is_string($title)</code>
      <code>$date instanceof DateTimeInterface</code>
      <code>$date instanceof DateTimeInterface</code>
      <code>empty($link) || ! is_string($link)</code>
      <code>empty($link) || ! is_string($link)</code>
    </DocblockTypeContradiction>
    <MixedArgument occurrences="5">
      <code>$author</code>
      <code>$category</code>
      <code>$enclosure['uri']</code>
      <code>$ext</code>
      <code>$link</code>
    </MixedArgument>
    <MixedArrayAssignment occurrences="3">
      <code>$this-&gt;data['authors'][]</code>
      <code>$this-&gt;data['categories'][]</code>
      <code>$this-&gt;data['commentFeedLinks'][]</code>
    </MixedArrayAssignment>
    <MixedArrayOffset occurrences="1">
      <code>$this-&gt;extensions[$ext]</code>
    </MixedArrayOffset>
    <MixedAssignment occurrences="6">
      <code>$author</code>
      <code>$category</code>
      <code>$ext</code>
      <code>$extension</code>
      <code>$exts</code>
      <code>$link</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="18">
      <code>Source</code>
      <code>array</code>
      <code>array</code>
      <code>array</code>
      <code>int</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>null|string</code>
      <code>object</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="1">
      <code>setEncoding</code>
    </MixedMethodCall>
    <MixedReturnStatement occurrences="18">
      <code>$this-&gt;data['authors']</code>
      <code>$this-&gt;data['categories']</code>
      <code>$this-&gt;data['commentCount']</code>
      <code>$this-&gt;data['commentFeedLinks']</code>
      <code>$this-&gt;data['commentLink']</code>
      <code>$this-&gt;data['content']</code>
      <code>$this-&gt;data['copyright']</code>
      <code>$this-&gt;data['dateCreated']</code>
      <code>$this-&gt;data['dateModified']</code>
      <code>$this-&gt;data['description']</code>
      <code>$this-&gt;data['enclosure']</code>
      <code>$this-&gt;data['encoding']</code>
      <code>$this-&gt;data['id']</code>
      <code>$this-&gt;data['link']</code>
      <code>$this-&gt;data['links']</code>
      <code>$this-&gt;data['source']</code>
      <code>$this-&gt;data['title']</code>
      <code>$this-&gt;extensions[$name . '\\Entry']</code>
    </MixedReturnStatement>
    <PossiblyNullArgument occurrences="1">
      <code>$this-&gt;getEncoding()</code>
    </PossiblyNullArgument>
    <PropertyNotSetInConstructor occurrences="1">
      <code>$type</code>
    </PropertyNotSetInConstructor>
    <RedundantCastGivenDocblockType occurrences="3">
      <code>(int) $count</code>
      <code>(int) $count</code>
      <code>(int) $count</code>
    </RedundantCastGivenDocblockType>
  </file>
  <file src="src/Writer/Extension/AbstractRenderer.php">
    <ImplementedReturnTypeMismatch occurrences="2">
      <code>$this</code>
      <code>$this</code>
    </ImplementedReturnTypeMismatch>
    <MissingConstructor occurrences="52">
      <code>$base</code>
      <code>$base</code>
      <code>$base</code>
      <code>$base</code>
      <code>$base</code>
      <code>$base</code>
      <code>$base</code>
      <code>$base</code>
      <code>$base</code>
      <code>$base</code>
      <code>$base</code>
      <code>$base</code>
      <code>$base</code>
      <code>$dom</code>
      <code>$dom</code>
      <code>$dom</code>
      <code>$dom</code>
      <code>$dom</code>
      <code>$dom</code>
      <code>$dom</code>
      <code>$dom</code>
      <code>$dom</code>
      <code>$dom</code>
      <code>$dom</code>
      <code>$dom</code>
      <code>$dom</code>
      <code>$rootElement</code>
      <code>$rootElement</code>
      <code>$rootElement</code>
      <code>$rootElement</code>
      <code>$rootElement</code>
      <code>$rootElement</code>
      <code>$rootElement</code>
      <code>$rootElement</code>
      <code>$rootElement</code>
      <code>$rootElement</code>
      <code>$rootElement</code>
      <code>$rootElement</code>
      <code>$rootElement</code>
      <code>$type</code>
      <code>$type</code>
      <code>$type</code>
      <code>$type</code>
      <code>$type</code>
      <code>$type</code>
      <code>$type</code>
      <code>$type</code>
      <code>$type</code>
      <code>$type</code>
      <code>$type</code>
      <code>$type</code>
      <code>$type</code>
    </MissingConstructor>
  </file>
  <file src="src/Writer/Extension/Atom/Renderer/Feed.php">
    <MixedArgument occurrences="4">
      <code>$href</code>
      <code>$hubUrl</code>
      <code>$type</code>
      <code>$type</code>
    </MixedArgument>
    <MixedAssignment occurrences="5">
      <code>$flinks</code>
      <code>$href</code>
      <code>$hubUrl</code>
      <code>$hubs</code>
      <code>$type</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="2">
      <code>getFeedLinks</code>
      <code>getHubs</code>
    </MixedMethodCall>
    <ParadoxicalCondition occurrences="2">
      <code>empty($flinks)</code>
      <code>empty($hubs)</code>
    </ParadoxicalCondition>
  </file>
  <file src="src/Writer/Extension/Content/Renderer/Entry.php">
    <MixedArgument occurrences="1">
      <code>$content</code>
    </MixedArgument>
    <MixedAssignment occurrences="1">
      <code>$content</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="1">
      <code>getContent</code>
    </MixedMethodCall>
  </file>
  <file src="src/Writer/Extension/DublinCore/Renderer/Entry.php">
    <MixedArgument occurrences="2">
      <code>$data</code>
      <code>$data['name']</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="1">
      <code>$data['name']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="2">
      <code>$authors</code>
      <code>$data</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="1">
      <code>getAuthors</code>
    </MixedMethodCall>
    <ParadoxicalCondition occurrences="1">
      <code>empty($authors)</code>
    </ParadoxicalCondition>
  </file>
  <file src="src/Writer/Extension/DublinCore/Renderer/Feed.php">
    <MixedArgument occurrences="2">
      <code>$data</code>
      <code>$data['name']</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="1">
      <code>$data['name']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="2">
      <code>$authors</code>
      <code>$data</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="1">
      <code>getAuthors</code>
    </MixedMethodCall>
    <ParadoxicalCondition occurrences="1">
      <code>empty($authors)</code>
    </ParadoxicalCondition>
  </file>
  <file src="src/Writer/Extension/GooglePlayPodcast/Entry.php">
    <InvalidDocblock occurrences="1">
      <code>public function setPlayPodcastBlock($value)</code>
    </InvalidDocblock>
    <MissingParamType occurrences="1">
      <code>$value</code>
    </MissingParamType>
    <MissingReturnType occurrences="1">
      <code>setPlayPodcastBlock</code>
    </MissingReturnType>
    <MixedArgument occurrences="3">
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
    </MixedArgument>
    <RedundantConditionGivenDocblockType occurrences="3">
      <code>in_array($value, ['yes', 'no', 'clean'], true)</code>
      <code>in_array($value, ['yes', 'no', 'clean'], true)</code>
      <code>in_array($value, ['yes', 'no', 'clean'], true)</code>
    </RedundantConditionGivenDocblockType>
  </file>
  <file src="src/Writer/Extension/GooglePlayPodcast/Feed.php">
    <DocblockTypeContradiction occurrences="1">
      <code>! is_string($value)</code>
    </DocblockTypeContradiction>
    <InvalidDocblock occurrences="1">
      <code>public function setPlayPodcastBlock($value)</code>
    </InvalidDocblock>
    <MissingParamType occurrences="1">
      <code>$value</code>
    </MissingParamType>
    <MissingReturnType occurrences="1">
      <code>setPlayPodcastBlock</code>
    </MissingReturnType>
    <MixedArgument occurrences="6">
      <code>$val</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
    </MixedArgument>
    <MixedArgumentTypeCoercion occurrences="1">
      <code>$key</code>
    </MixedArgumentTypeCoercion>
    <MixedArrayAssignment occurrences="4">
      <code>$this-&gt;data['authors'][]</code>
      <code>$this-&gt;data['categories'][$key]</code>
      <code>$this-&gt;data['categories'][$key]</code>
      <code>$this-&gt;data['categories'][]</code>
    </MixedArrayAssignment>
    <MixedAssignment occurrences="3">
      <code>$val</code>
      <code>$value</code>
      <code>$value</code>
    </MixedAssignment>
    <RedundantConditionGivenDocblockType occurrences="3">
      <code>in_array($value, ['yes', 'no', 'clean'], true)</code>
      <code>in_array($value, ['yes', 'no', 'clean'], true)</code>
      <code>in_array($value, ['yes', 'no', 'clean'], true)</code>
    </RedundantConditionGivenDocblockType>
  </file>
  <file src="src/Writer/Extension/GooglePlayPodcast/Renderer/Entry.php">
    <MixedArgument occurrences="3">
      <code>$block</code>
      <code>$description</code>
      <code>$explicit</code>
    </MixedArgument>
    <MixedAssignment occurrences="3">
      <code>$block</code>
      <code>$description</code>
      <code>$explicit</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="3">
      <code>getPlayPodcastBlock</code>
      <code>getPlayPodcastDescription</code>
      <code>getPlayPodcastExplicit</code>
    </MixedMethodCall>
  </file>
  <file src="src/Writer/Extension/GooglePlayPodcast/Renderer/Feed.php">
    <MixedArgument occurrences="8">
      <code>$author</code>
      <code>$block</code>
      <code>$cat</code>
      <code>$description</code>
      <code>$explicit</code>
      <code>$image</code>
      <code>$key</code>
      <code>$subcat</code>
    </MixedArgument>
    <MixedAssignment occurrences="10">
      <code>$author</code>
      <code>$authors</code>
      <code>$block</code>
      <code>$cat</code>
      <code>$cats</code>
      <code>$description</code>
      <code>$explicit</code>
      <code>$image</code>
      <code>$key</code>
      <code>$subcat</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="6">
      <code>getPlayPodcastAuthors</code>
      <code>getPlayPodcastBlock</code>
      <code>getPlayPodcastCategories</code>
      <code>getPlayPodcastDescription</code>
      <code>getPlayPodcastExplicit</code>
      <code>getPlayPodcastImage</code>
    </MixedMethodCall>
    <ParadoxicalCondition occurrences="2">
      <code>empty($authors)</code>
      <code>empty($cats)</code>
    </ParadoxicalCondition>
  </file>
  <file src="src/Writer/Extension/ITunes/Entry.php">
    <DocblockTypeContradiction occurrences="10">
      <code>! is_bool($value)</code>
      <code>! is_numeric($number)</code>
      <code>! is_numeric($number)</code>
      <code>! is_string($value)</code>
      <code>is_bool($status)</code>
      <code>is_float($number)</code>
      <code>is_float($number)</code>
      <code>is_object($number)</code>
      <code>is_object($number)</code>
      <code>is_object($type)</code>
    </DocblockTypeContradiction>
    <InvalidDocblock occurrences="1">
      <code>public function setItunesBlock($value)</code>
    </InvalidDocblock>
    <MissingParamType occurrences="1">
      <code>$value</code>
    </MissingParamType>
    <MissingReturnType occurrences="1">
      <code>setItunesBlock</code>
    </MissingReturnType>
    <MixedArgument occurrences="7">
      <code>$number</code>
      <code>$number</code>
      <code>$type</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
    </MixedArgument>
    <MixedArrayAssignment occurrences="1">
      <code>$this-&gt;data['authors'][]</code>
    </MixedArrayAssignment>
    <MixedAssignment occurrences="1">
      <code>$value</code>
    </MixedAssignment>
    <RedundantCastGivenDocblockType occurrences="2">
      <code>(int) $number</code>
      <code>(int) $number</code>
    </RedundantCastGivenDocblockType>
    <RedundantConditionGivenDocblockType occurrences="3">
      <code>gettype($number)</code>
      <code>gettype($number)</code>
      <code>var_export($type, true)</code>
    </RedundantConditionGivenDocblockType>
  </file>
  <file src="src/Writer/Extension/ITunes/Feed.php">
    <DocblockTypeContradiction occurrences="4">
      <code>! is_bool($value)</code>
      <code>! is_string($value)</code>
      <code>is_bool($status)</code>
      <code>is_object($type)</code>
    </DocblockTypeContradiction>
    <InvalidDocblock occurrences="1">
      <code>public function setItunesBlock($value)</code>
    </InvalidDocblock>
    <MissingParamType occurrences="1">
      <code>$value</code>
    </MissingParamType>
    <MissingReturnType occurrences="1">
      <code>setItunesBlock</code>
    </MissingReturnType>
    <MixedArgument occurrences="10">
      <code>$type</code>
      <code>$val</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value['email']</code>
      <code>$value['name']</code>
    </MixedArgument>
    <MixedArgumentTypeCoercion occurrences="1">
      <code>$key</code>
    </MixedArgumentTypeCoercion>
    <MixedArrayAssignment occurrences="5">
      <code>$this-&gt;data['authors'][]</code>
      <code>$this-&gt;data['categories'][$key]</code>
      <code>$this-&gt;data['categories'][$key]</code>
      <code>$this-&gt;data['categories'][]</code>
      <code>$this-&gt;data['owners'][]</code>
    </MixedArrayAssignment>
    <MixedAssignment occurrences="4">
      <code>$val</code>
      <code>$value</code>
      <code>$value</code>
      <code>$value</code>
    </MixedAssignment>
    <RedundantCastGivenDocblockType occurrences="1">
      <code>(string) $value</code>
    </RedundantCastGivenDocblockType>
    <RedundantConditionGivenDocblockType occurrences="1">
      <code>var_export($type, true)</code>
    </RedundantConditionGivenDocblockType>
  </file>
  <file src="src/Writer/Extension/ITunes/Renderer/Entry.php">
    <MixedArgument occurrences="12">
      <code>$author</code>
      <code>$block</code>
      <code>$duration</code>
      <code>$episode</code>
      <code>$explicit</code>
      <code>$image</code>
      <code>$keywords</code>
      <code>$season</code>
      <code>$subtitle</code>
      <code>$summary</code>
      <code>$title</code>
      <code>$type</code>
    </MixedArgument>
    <MixedAssignment occurrences="14">
      <code>$author</code>
      <code>$authors</code>
      <code>$block</code>
      <code>$duration</code>
      <code>$episode</code>
      <code>$explicit</code>
      <code>$image</code>
      <code>$keywords</code>
      <code>$season</code>
      <code>$status</code>
      <code>$subtitle</code>
      <code>$summary</code>
      <code>$title</code>
      <code>$type</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="13">
      <code>getItunesAuthors</code>
      <code>getItunesBlock</code>
      <code>getItunesDuration</code>
      <code>getItunesEpisode</code>
      <code>getItunesEpisodeType</code>
      <code>getItunesExplicit</code>
      <code>getItunesImage</code>
      <code>getItunesIsClosedCaptioned</code>
      <code>getItunesKeywords</code>
      <code>getItunesSeason</code>
      <code>getItunesSubtitle</code>
      <code>getItunesSummary</code>
      <code>getItunesTitle</code>
    </MixedMethodCall>
    <ParadoxicalCondition occurrences="2">
      <code>empty($authors)</code>
      <code>empty($keywords)</code>
    </ParadoxicalCondition>
  </file>
  <file src="src/Writer/Extension/ITunes/Renderer/Feed.php">
    <MixedArgument occurrences="15">
      <code>$author</code>
      <code>$block</code>
      <code>$cat</code>
      <code>$duration</code>
      <code>$explicit</code>
      <code>$image</code>
      <code>$key</code>
      <code>$keywords</code>
      <code>$owner['email']</code>
      <code>$owner['name']</code>
      <code>$subcat</code>
      <code>$subtitle</code>
      <code>$summary</code>
      <code>$type</code>
      <code>$url</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="2">
      <code>$owner['email']</code>
      <code>$owner['name']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="18">
      <code>$author</code>
      <code>$authors</code>
      <code>$block</code>
      <code>$cat</code>
      <code>$cats</code>
      <code>$duration</code>
      <code>$explicit</code>
      <code>$image</code>
      <code>$key</code>
      <code>$keywords</code>
      <code>$owner</code>
      <code>$owners</code>
      <code>$status</code>
      <code>$subcat</code>
      <code>$subtitle</code>
      <code>$summary</code>
      <code>$type</code>
      <code>$url</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="13">
      <code>getItunesAuthors</code>
      <code>getItunesBlock</code>
      <code>getItunesCategories</code>
      <code>getItunesComplete</code>
      <code>getItunesDuration</code>
      <code>getItunesExplicit</code>
      <code>getItunesImage</code>
      <code>getItunesKeywords</code>
      <code>getItunesNewFeedUrl</code>
      <code>getItunesOwners</code>
      <code>getItunesSubtitle</code>
      <code>getItunesSummary</code>
      <code>getItunesType</code>
    </MixedMethodCall>
    <ParadoxicalCondition occurrences="4">
      <code>empty($authors)</code>
      <code>empty($cats)</code>
      <code>empty($keywords)</code>
      <code>empty($owners)</code>
    </ParadoxicalCondition>
  </file>
  <file src="src/Writer/Extension/PodcastIndex/Entry.php">
    <MixedArgument occurrences="1">
      <code>$value</code>
    </MixedArgument>
    <MixedArrayAssignment occurrences="1">
      <code>$this-&gt;data['soundbites'][]</code>
    </MixedArrayAssignment>
    <MixedAssignment occurrences="1">
      <code>$value</code>
    </MixedAssignment>
  </file>
  <file src="src/Writer/Extension/PodcastIndex/Renderer/Entry.php">
    <MixedAssignment occurrences="1">
      <code>$soundbite</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="3">
      <code>getPodcastIndexChapters</code>
      <code>getPodcastIndexSoundbites</code>
      <code>getPodcastIndexTranscript</code>
    </MixedMethodCall>
  </file>
  <file src="src/Writer/Extension/PodcastIndex/Renderer/Feed.php">
    <MixedMethodCall occurrences="2">
      <code>getPodcastIndexFunding</code>
      <code>getPodcastIndexLocked</code>
    </MixedMethodCall>
  </file>
  <file src="src/Writer/Extension/Slash/Renderer/Entry.php">
    <MixedAssignment occurrences="2">
      <code>$count</code>
      <code>$tcount-&gt;nodeValue</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="1">
      <code>getCommentCount</code>
    </MixedMethodCall>
  </file>
  <file src="src/Writer/Extension/Threading/Renderer/Entry.php">
    <MixedArgument occurrences="4">
      <code>$count</code>
      <code>$count</code>
      <code>$link</code>
      <code>$link['uri']</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="2">
      <code>$link['type']</code>
      <code>$link['uri']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="7">
      <code>$count</code>
      <code>$count</code>
      <code>$count</code>
      <code>$link</code>
      <code>$link</code>
      <code>$links</code>
      <code>$tcount-&gt;nodeValue</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="5">
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentFeedLinks</code>
      <code>getCommentLink</code>
    </MixedMethodCall>
    <MixedOperand occurrences="1">
      <code>$link['type']</code>
    </MixedOperand>
    <ParadoxicalCondition occurrences="1">
      <code>empty($links)</code>
    </ParadoxicalCondition>
  </file>
  <file src="src/Writer/Extension/WellFormedWeb/Renderer/Entry.php">
    <MixedArgument occurrences="1">
      <code>$link['uri']</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="2">
      <code>$link['type']</code>
      <code>$link['uri']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="2">
      <code>$link</code>
      <code>$links</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="1">
      <code>getCommentFeedLinks</code>
    </MixedMethodCall>
    <ParadoxicalCondition occurrences="1">
      <code>empty($links)</code>
    </ParadoxicalCondition>
  </file>
  <file src="src/Writer/ExtensionManager.php">
    <MissingPropertyType occurrences="1">
      <code>$pluginManager</code>
    </MissingPropertyType>
    <MixedArgument occurrences="1">
      <code>$this-&gt;pluginManager</code>
    </MixedArgument>
    <MixedInferredReturnType occurrences="2">
      <code>Extension\AbstractRenderer</code>
      <code>bool</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="2">
      <code>get</code>
      <code>has</code>
    </MixedMethodCall>
    <MixedReturnStatement occurrences="2">
      <code>$this-&gt;pluginManager-&gt;get($name)</code>
      <code>$this-&gt;pluginManager-&gt;has($name)</code>
    </MixedReturnStatement>
  </file>
  <file src="src/Writer/ExtensionPluginManager.php">
    <MixedArgument occurrences="2">
      <code>$plugin</code>
      <code>$plugin</code>
    </MixedArgument>
  </file>
  <file src="src/Writer/Feed.php">
    <InvalidStringClass occurrences="1">
      <code>new $renderClass($this)</code>
    </InvalidStringClass>
    <MixedArrayOffset occurrences="1">
      <code>$this-&gt;entries[$this-&gt;key()]</code>
    </MixedArrayOffset>
    <MixedAssignment occurrences="2">
      <code>$entries[$timestamp]</code>
      <code>$entry</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="3">
      <code>Entry</code>
      <code>Entry</code>
      <code>string</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="9">
      <code>getDateCreated</code>
      <code>getDateCreated</code>
      <code>getDateModified</code>
      <code>getDateModified</code>
      <code>getTimestamp</code>
      <code>getTimestamp</code>
      <code>ignoreExceptions</code>
      <code>render</code>
      <code>saveXml</code>
    </MixedMethodCall>
    <MixedReturnStatement occurrences="3">
      <code>$renderer-&gt;render()-&gt;saveXml()</code>
      <code>$this-&gt;entries[$index]</code>
      <code>$this-&gt;entries[$this-&gt;key()]</code>
    </MixedReturnStatement>
    <PossiblyNullArgument occurrences="1">
      <code>$this-&gt;getEncoding()</code>
    </PossiblyNullArgument>
    <PropertyNotSetInConstructor occurrences="2">
      <code>Feed</code>
      <code>Feed</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Writer/FeedFactory.php">
    <DocblockTypeContradiction occurrences="2">
      <code>! is_array($data) &amp;&amp; ! $data instanceof Traversable</code>
      <code>! is_array($entries) &amp;&amp; ! $entries instanceof Traversable</code>
    </DocblockTypeContradiction>
    <MixedArgument occurrences="5">
      <code>$key</code>
      <code>$key</code>
      <code>$value</code>
      <code>$value['link']</code>
      <code>$value['type']</code>
    </MixedArgument>
    <MixedAssignment occurrences="3">
      <code>$key</code>
      <code>$key</code>
      <code>$value</code>
    </MixedAssignment>
  </file>
  <file src="src/Writer/Renderer/AbstractRenderer.php">
    <DocblockTypeContradiction occurrences="1">
      <code>is_bool($bool)</code>
    </DocblockTypeContradiction>
    <MixedArgument occurrences="1">
      <code>$extension</code>
    </MixedArgument>
    <MixedArrayOffset occurrences="1">
      <code>$this-&gt;extensions[$extension]</code>
    </MixedArrayOffset>
    <MixedAssignment occurrences="3">
      <code>$extension</code>
      <code>$exts</code>
      <code>$plugin</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="2">
      <code>setDataContainer</code>
      <code>setEncoding</code>
    </MixedMethodCall>
    <PropertyNotSetInConstructor occurrences="2">
      <code>$dom</code>
      <code>$rootElement</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Writer/Renderer/Entry/Atom.php">
    <ImplementedReturnTypeMismatch occurrences="1">
      <code>$this</code>
    </ImplementedReturnTypeMismatch>
    <InvalidArgument occurrences="1">
      <code>$container</code>
    </InvalidArgument>
    <InvalidCast occurrences="1">
      <code>$tidy</code>
    </InvalidCast>
    <InvalidIterator occurrences="1">
      <code>$categories</code>
    </InvalidIterator>
    <InvalidMethodCall occurrences="2">
      <code>format</code>
      <code>format</code>
    </InvalidMethodCall>
    <InvalidScalarArgument occurrences="1">
      <code>$deep</code>
    </InvalidScalarArgument>
    <MixedArgument occurrences="16">
      <code>$cat['label']</code>
      <code>$cat['scheme']</code>
      <code>$cat['term']</code>
      <code>$cat['term']</code>
      <code>$content</code>
      <code>$data</code>
      <code>$data</code>
      <code>$data['email']</code>
      <code>$data['length']</code>
      <code>$data['name']</code>
      <code>$data['type']</code>
      <code>$data['uri']</code>
      <code>$data['uri']</code>
      <code>$source</code>
      <code>$this-&gt;getDataContainer()-&gt;getDateCreated()-&gt;format(DateTime::ATOM)</code>
      <code>$this-&gt;getDataContainer()-&gt;getDateModified()-&gt;format(DateTime::ATOM)</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="10">
      <code>$cat['label']</code>
      <code>$cat['scheme']</code>
      <code>$cat['term']</code>
      <code>$cat['term']</code>
      <code>$data['email']</code>
      <code>$data['length']</code>
      <code>$data['name']</code>
      <code>$data['type']</code>
      <code>$data['uri']</code>
      <code>$data['uri']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="6">
      <code>$cat</code>
      <code>$content</code>
      <code>$data</code>
      <code>$data</code>
      <code>$ext</code>
      <code>$source</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="4">
      <code>render</code>
      <code>setDomDocument</code>
      <code>setRootElement</code>
      <code>setType</code>
    </MixedMethodCall>
    <ParadoxicalCondition occurrences="2">
      <code>! $authors || empty($authors)</code>
      <code>empty($data)</code>
    </ParadoxicalCondition>
    <PossiblyNullArgument occurrences="9">
      <code>$this-&gt;container-&gt;getEncoding()</code>
      <code>$this-&gt;getDataContainer()-&gt;getDescription()</code>
      <code>$this-&gt;getDataContainer()-&gt;getId()</code>
      <code>$this-&gt;getDataContainer()-&gt;getId()</code>
      <code>$this-&gt;getDataContainer()-&gt;getId()</code>
      <code>$this-&gt;getDataContainer()-&gt;getId()</code>
      <code>$this-&gt;getDataContainer()-&gt;getLink()</code>
      <code>$this-&gt;getDataContainer()-&gt;getLink()</code>
      <code>$this-&gt;getDataContainer()-&gt;getTitle()</code>
    </PossiblyNullArgument>
    <PossiblyNullReference occurrences="2">
      <code>format</code>
      <code>format</code>
    </PossiblyNullReference>
    <PropertyNotSetInConstructor occurrences="2">
      <code>Atom</code>
      <code>Atom</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Writer/Renderer/Entry/Atom/Deleted.php">
    <ImplementedReturnTypeMismatch occurrences="1">
      <code>$this</code>
    </ImplementedReturnTypeMismatch>
    <InvalidArgument occurrences="1">
      <code>$container</code>
    </InvalidArgument>
    <MixedArgument occurrences="8">
      <code>$data</code>
      <code>$data</code>
      <code>$data['email']</code>
      <code>$data['name']</code>
      <code>$data['uri']</code>
      <code>$this-&gt;container-&gt;getReference()</code>
      <code>$this-&gt;container-&gt;getWhen()-&gt;format(DateTime::ATOM)</code>
      <code>$this-&gt;getDataContainer()-&gt;getComment()</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="3">
      <code>$data['email']</code>
      <code>$data['name']</code>
      <code>$data['uri']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="1">
      <code>$data</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="1">
      <code>format</code>
    </MixedMethodCall>
    <ParadoxicalCondition occurrences="1">
      <code>empty($data)</code>
    </ParadoxicalCondition>
    <PossiblyNullArgument occurrences="1">
      <code>$this-&gt;container-&gt;getEncoding()</code>
    </PossiblyNullArgument>
    <PropertyNotSetInConstructor occurrences="2">
      <code>Deleted</code>
      <code>Deleted</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Writer/Renderer/Entry/AtomDeleted.php">
    <ImplementedReturnTypeMismatch occurrences="1">
      <code>$this</code>
    </ImplementedReturnTypeMismatch>
    <InvalidArgument occurrences="1">
      <code>$container</code>
    </InvalidArgument>
    <MixedArgument occurrences="8">
      <code>$data</code>
      <code>$data</code>
      <code>$data['email']</code>
      <code>$data['name']</code>
      <code>$data['uri']</code>
      <code>$this-&gt;container-&gt;getReference()</code>
      <code>$this-&gt;container-&gt;getWhen()-&gt;format(DateTime::ATOM)</code>
      <code>$this-&gt;getDataContainer()-&gt;getComment()</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="3">
      <code>$data['email']</code>
      <code>$data['name']</code>
      <code>$data['uri']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="1">
      <code>$data</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="1">
      <code>format</code>
    </MixedMethodCall>
    <ParadoxicalCondition occurrences="1">
      <code>empty($data)</code>
    </ParadoxicalCondition>
    <PossiblyNullArgument occurrences="1">
      <code>$this-&gt;container-&gt;getEncoding()</code>
    </PossiblyNullArgument>
    <PropertyNotSetInConstructor occurrences="2">
      <code>AtomDeleted</code>
      <code>AtomDeleted</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Writer/Renderer/Entry/Rss.php">
    <ImplementedReturnTypeMismatch occurrences="1">
      <code>$this</code>
    </ImplementedReturnTypeMismatch>
    <InvalidArgument occurrences="1">
      <code>$container</code>
    </InvalidArgument>
    <InvalidIterator occurrences="1">
      <code>$categories</code>
    </InvalidIterator>
    <InvalidMethodCall occurrences="1">
      <code>format</code>
    </InvalidMethodCall>
    <MixedArgument occurrences="9">
      <code>$cat['scheme']</code>
      <code>$cat['term']</code>
      <code>$data</code>
      <code>$data['length']</code>
      <code>$data['type']</code>
      <code>$data['uri']</code>
      <code>$link</code>
      <code>$name</code>
      <code>$this-&gt;getDataContainer()-&gt;getDateModified()-&gt;format(DateTime::RSS)</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="10">
      <code>$cat['scheme']</code>
      <code>$cat['term']</code>
      <code>$data['email']</code>
      <code>$data['length']</code>
      <code>$data['length']</code>
      <code>$data['length']</code>
      <code>$data['name']</code>
      <code>$data['name']</code>
      <code>$data['type']</code>
      <code>$data['uri']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="6">
      <code>$cat</code>
      <code>$data</code>
      <code>$data</code>
      <code>$ext</code>
      <code>$link</code>
      <code>$name</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="4">
      <code>render</code>
      <code>setDomDocument</code>
      <code>setRootElement</code>
      <code>setType</code>
    </MixedMethodCall>
    <MixedOperand occurrences="2">
      <code>$data['email']</code>
      <code>$data['name']</code>
    </MixedOperand>
    <ParadoxicalCondition occurrences="2">
      <code>! $authors || empty($authors)</code>
      <code>empty($data)</code>
    </ParadoxicalCondition>
    <PossiblyNullArgument occurrences="7">
      <code>$this-&gt;container-&gt;getEncoding()</code>
      <code>$this-&gt;getDataContainer()-&gt;getDescription()</code>
      <code>$this-&gt;getDataContainer()-&gt;getId()</code>
      <code>$this-&gt;getDataContainer()-&gt;getId()</code>
      <code>$this-&gt;getDataContainer()-&gt;getLink()</code>
      <code>$this-&gt;getDataContainer()-&gt;getLink()</code>
      <code>$this-&gt;getDataContainer()-&gt;getTitle()</code>
    </PossiblyNullArgument>
    <PossiblyNullReference occurrences="1">
      <code>format</code>
    </PossiblyNullReference>
    <PropertyNotSetInConstructor occurrences="2">
      <code>Rss</code>
      <code>Rss</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Writer/Renderer/Feed/AbstractAtom.php">
    <InvalidArgument occurrences="3">
      <code>$flinks</code>
      <code>$gdata</code>
      <code>$gdata</code>
    </InvalidArgument>
    <InvalidArrayOffset occurrences="1">
      <code>$gdata['name']</code>
    </InvalidArrayOffset>
    <InvalidIterator occurrences="3">
      <code>$categories</code>
      <code>$flinks</code>
      <code>$hubs</code>
    </InvalidIterator>
    <InvalidMethodCall occurrences="1">
      <code>format</code>
    </InvalidMethodCall>
    <MixedArgument occurrences="15">
      <code>$cat['label']</code>
      <code>$cat['scheme']</code>
      <code>$cat['term']</code>
      <code>$cat['term']</code>
      <code>$data</code>
      <code>$data</code>
      <code>$data['email']</code>
      <code>$data['name']</code>
      <code>$data['uri']</code>
      <code>$gdata['name']</code>
      <code>$href</code>
      <code>$hubUrl</code>
      <code>$image['uri']</code>
      <code>$this-&gt;getDataContainer()-&gt;getDateModified()-&gt;format(DateTime::ATOM)</code>
      <code>$type</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="7">
      <code>$cat['label']</code>
      <code>$cat['scheme']</code>
      <code>$cat['term']</code>
      <code>$cat['term']</code>
      <code>$data['email']</code>
      <code>$data['name']</code>
      <code>$data['uri']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="5">
      <code>$cat</code>
      <code>$data</code>
      <code>$href</code>
      <code>$hubUrl</code>
      <code>$type</code>
    </MixedAssignment>
    <ParadoxicalCondition occurrences="1">
      <code>! $authors || empty($authors)</code>
    </ParadoxicalCondition>
    <PossiblyNullArgument occurrences="8">
      <code>$gdata['uri']</code>
      <code>$gdata['version']</code>
      <code>$this-&gt;getDataContainer()-&gt;getDescription()</code>
      <code>$this-&gt;getDataContainer()-&gt;getId()</code>
      <code>$this-&gt;getDataContainer()-&gt;getLanguage()</code>
      <code>$this-&gt;getDataContainer()-&gt;getLink()</code>
      <code>$this-&gt;getDataContainer()-&gt;getLink()</code>
      <code>$this-&gt;getDataContainer()-&gt;getTitle()</code>
    </PossiblyNullArgument>
    <PossiblyNullArrayAccess occurrences="1">
      <code>$gdata['name']</code>
    </PossiblyNullArrayAccess>
    <PossiblyNullReference occurrences="1">
      <code>format</code>
    </PossiblyNullReference>
    <PropertyNotSetInConstructor occurrences="2">
      <code>AbstractAtom</code>
      <code>AbstractAtom</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Writer/Renderer/Feed/Atom.php">
    <ImplementedReturnTypeMismatch occurrences="1">
      <code>$this</code>
    </ImplementedReturnTypeMismatch>
    <InvalidScalarArgument occurrences="1">
      <code>$deep</code>
    </InvalidScalarArgument>
    <MixedArgument occurrences="1">
      <code>$entry</code>
    </MixedArgument>
    <MixedAssignment occurrences="2">
      <code>$entry</code>
      <code>$ext</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="5">
      <code>render</code>
      <code>setDomDocument</code>
      <code>setEncoding</code>
      <code>setRootElement</code>
      <code>setType</code>
    </MixedMethodCall>
    <PossiblyNullArgument occurrences="1">
      <code>$this-&gt;container-&gt;getEncoding()</code>
    </PossiblyNullArgument>
    <PropertyNotSetInConstructor occurrences="2">
      <code>Atom</code>
      <code>Atom</code>
    </PropertyNotSetInConstructor>
    <RawObjectIteration occurrences="1">
      <code>$this-&gt;container</code>
    </RawObjectIteration>
  </file>
  <file src="src/Writer/Renderer/Feed/Atom/AbstractAtom.php">
    <InvalidArgument occurrences="3">
      <code>$flinks</code>
      <code>$gdata</code>
      <code>$gdata</code>
    </InvalidArgument>
    <InvalidArrayOffset occurrences="1">
      <code>$gdata['name']</code>
    </InvalidArrayOffset>
    <InvalidIterator occurrences="3">
      <code>$categories</code>
      <code>$flinks</code>
      <code>$hubs</code>
    </InvalidIterator>
    <InvalidMethodCall occurrences="1">
      <code>format</code>
    </InvalidMethodCall>
    <MixedArgument occurrences="15">
      <code>$cat['label']</code>
      <code>$cat['scheme']</code>
      <code>$cat['term']</code>
      <code>$cat['term']</code>
      <code>$data</code>
      <code>$data</code>
      <code>$data['email']</code>
      <code>$data['name']</code>
      <code>$data['uri']</code>
      <code>$gdata['name']</code>
      <code>$href</code>
      <code>$hubUrl</code>
      <code>$image['uri']</code>
      <code>$this-&gt;getDataContainer()-&gt;getDateModified()-&gt;format(DateTime::ATOM)</code>
      <code>$type</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="7">
      <code>$cat['label']</code>
      <code>$cat['scheme']</code>
      <code>$cat['term']</code>
      <code>$cat['term']</code>
      <code>$data['email']</code>
      <code>$data['name']</code>
      <code>$data['uri']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="5">
      <code>$cat</code>
      <code>$data</code>
      <code>$href</code>
      <code>$hubUrl</code>
      <code>$type</code>
    </MixedAssignment>
    <ParadoxicalCondition occurrences="1">
      <code>! $authors || empty($authors)</code>
    </ParadoxicalCondition>
    <PossiblyNullArgument occurrences="8">
      <code>$gdata['uri']</code>
      <code>$gdata['version']</code>
      <code>$this-&gt;getDataContainer()-&gt;getDescription()</code>
      <code>$this-&gt;getDataContainer()-&gt;getId()</code>
      <code>$this-&gt;getDataContainer()-&gt;getLanguage()</code>
      <code>$this-&gt;getDataContainer()-&gt;getLink()</code>
      <code>$this-&gt;getDataContainer()-&gt;getLink()</code>
      <code>$this-&gt;getDataContainer()-&gt;getTitle()</code>
    </PossiblyNullArgument>
    <PossiblyNullArrayAccess occurrences="1">
      <code>$gdata['name']</code>
    </PossiblyNullArrayAccess>
    <PossiblyNullReference occurrences="1">
      <code>format</code>
    </PossiblyNullReference>
    <PropertyNotSetInConstructor occurrences="2">
      <code>AbstractAtom</code>
      <code>AbstractAtom</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Writer/Renderer/Feed/Atom/Source.php">
    <ImplementedReturnTypeMismatch occurrences="1">
      <code>$this</code>
    </ImplementedReturnTypeMismatch>
    <InvalidArgument occurrences="3">
      <code>$container</code>
      <code>$gdata</code>
      <code>$gdata</code>
    </InvalidArgument>
    <InvalidArrayOffset occurrences="1">
      <code>$gdata['name']</code>
    </InvalidArrayOffset>
    <MixedArgument occurrences="1">
      <code>$gdata['name']</code>
    </MixedArgument>
    <MixedAssignment occurrences="1">
      <code>$ext</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="4">
      <code>render</code>
      <code>setDomDocument</code>
      <code>setRootElement</code>
      <code>setType</code>
    </MixedMethodCall>
    <PossiblyNullArgument occurrences="3">
      <code>$gdata['uri']</code>
      <code>$gdata['version']</code>
      <code>$this-&gt;container-&gt;getEncoding()</code>
    </PossiblyNullArgument>
    <PossiblyNullArrayAccess occurrences="1">
      <code>$gdata['name']</code>
    </PossiblyNullArrayAccess>
    <PropertyNotSetInConstructor occurrences="2">
      <code>Source</code>
      <code>Source</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Writer/Renderer/Feed/AtomSource.php">
    <ImplementedReturnTypeMismatch occurrences="1">
      <code>$this</code>
    </ImplementedReturnTypeMismatch>
    <InvalidArgument occurrences="2">
      <code>$gdata</code>
      <code>$gdata</code>
    </InvalidArgument>
    <InvalidArrayOffset occurrences="1">
      <code>$gdata['name']</code>
    </InvalidArrayOffset>
    <MixedArgument occurrences="1">
      <code>$gdata['name']</code>
    </MixedArgument>
    <MixedAssignment occurrences="1">
      <code>$ext</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="4">
      <code>render</code>
      <code>setDomDocument</code>
      <code>setRootElement</code>
      <code>setType</code>
    </MixedMethodCall>
    <PossiblyNullArgument occurrences="3">
      <code>$gdata['uri']</code>
      <code>$gdata['version']</code>
      <code>$this-&gt;container-&gt;getEncoding()</code>
    </PossiblyNullArgument>
    <PossiblyNullArrayAccess occurrences="1">
      <code>$gdata['name']</code>
    </PossiblyNullArrayAccess>
    <PropertyNotSetInConstructor occurrences="2">
      <code>AtomSource</code>
      <code>AtomSource</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Writer/Renderer/Feed/Rss.php">
    <ImplementedReturnTypeMismatch occurrences="1">
      <code>$this</code>
    </ImplementedReturnTypeMismatch>
    <InvalidArgument occurrences="2">
      <code>$gdata</code>
      <code>$gdata</code>
    </InvalidArgument>
    <InvalidArrayOffset occurrences="1">
      <code>$gdata['name']</code>
    </InvalidArrayOffset>
    <InvalidIterator occurrences="1">
      <code>$categories</code>
    </InvalidIterator>
    <InvalidMethodCall occurrences="2">
      <code>format</code>
      <code>format</code>
    </InvalidMethodCall>
    <InvalidScalarArgument occurrences="1">
      <code>$deep</code>
    </InvalidScalarArgument>
    <MixedArgument occurrences="10">
      <code>$cat['scheme']</code>
      <code>$cat['term']</code>
      <code>$data</code>
      <code>$image['height']</code>
      <code>$image['uri']</code>
      <code>$image['width']</code>
      <code>$name</code>
      <code>$name</code>
      <code>$this-&gt;getDataContainer()-&gt;getDateModified()-&gt;format(DateTime::RSS)</code>
      <code>$this-&gt;getDataContainer()-&gt;getLastBuildDate()-&gt;format(DateTime::RSS)</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="5">
      <code>$cat['scheme']</code>
      <code>$cat['term']</code>
      <code>$data['email']</code>
      <code>$data['name']</code>
      <code>$data['name']</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="6">
      <code>$cat</code>
      <code>$data</code>
      <code>$entry</code>
      <code>$ext</code>
      <code>$name</code>
      <code>$name</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="5">
      <code>render</code>
      <code>setDomDocument</code>
      <code>setEncoding</code>
      <code>setRootElement</code>
      <code>setType</code>
    </MixedMethodCall>
    <MixedOperand occurrences="4">
      <code>$data['email']</code>
      <code>$data['name']</code>
      <code>$name</code>
      <code>$name</code>
    </MixedOperand>
    <ParadoxicalCondition occurrences="1">
      <code>! $authors || empty($authors)</code>
    </ParadoxicalCondition>
    <PossiblyNullArgument occurrences="3">
      <code>$this-&gt;container-&gt;getEncoding()</code>
      <code>$this-&gt;getDataContainer()-&gt;getDescription()</code>
      <code>$this-&gt;getDataContainer()-&gt;getTitle()</code>
    </PossiblyNullArgument>
    <PossiblyNullArrayAccess occurrences="1">
      <code>$gdata['name']</code>
    </PossiblyNullArrayAccess>
    <PossiblyNullOperand occurrences="2">
      <code>$gdata['uri']</code>
      <code>$gdata['version']</code>
    </PossiblyNullOperand>
    <PossiblyNullReference occurrences="2">
      <code>format</code>
      <code>format</code>
    </PossiblyNullReference>
    <PropertyNotSetInConstructor occurrences="2">
      <code>Rss</code>
      <code>Rss</code>
    </PropertyNotSetInConstructor>
    <RawObjectIteration occurrences="1">
      <code>$this-&gt;container</code>
    </RawObjectIteration>
  </file>
  <file src="src/Writer/Renderer/RendererInterface.php">
    <MissingReturnType occurrences="2">
      <code>setRootElement</code>
      <code>setType</code>
    </MissingReturnType>
  </file>
  <file src="src/Writer/Source.php">
    <PropertyNotSetInConstructor occurrences="2">
      <code>Source</code>
      <code>Source</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="src/Writer/StandaloneExtensionManager.php">
    <MissingPropertyType occurrences="1">
      <code>$extensions</code>
    </MissingPropertyType>
    <MixedArgument occurrences="1">
      <code>$this-&gt;extensions</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="2">
      <code>$this-&gt;extensions[$extension]</code>
      <code>$this-&gt;extensions[$name]</code>
    </MixedArrayAccess>
    <MixedArrayAssignment occurrences="1">
      <code>$this-&gt;extensions[$name]</code>
    </MixedArrayAssignment>
    <MixedAssignment occurrences="1">
      <code>$class</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="1">
      <code>new $class()</code>
    </MixedMethodCall>
    <RedundantConditionGivenDocblockType occurrences="1">
      <code>is_string($class)</code>
    </RedundantConditionGivenDocblockType>
  </file>
  <file src="src/Writer/Writer.php">
    <InvalidDocblock occurrences="1">
      <code>public static function setExtensionManager(ExtensionManagerInterface $extensionManager)</code>
    </InvalidDocblock>
    <MissingReturnType occurrences="1">
      <code>setExtensionManager</code>
    </MissingReturnType>
    <MixedArgument occurrences="4">
      <code>static::$extensions['entry']</code>
      <code>static::$extensions['entryRenderer']</code>
      <code>static::$extensions['feed']</code>
      <code>static::$extensions['feedRenderer']</code>
    </MixedArgument>
    <MixedArrayAssignment occurrences="4">
      <code>static::$extensions['entry'][]</code>
      <code>static::$extensions['entryRenderer'][]</code>
      <code>static::$extensions['feed'][]</code>
      <code>static::$extensions['feedRenderer'][]</code>
    </MixedArrayAssignment>
    <RedundantPropertyInitializationCheck occurrences="1">
      <code>isset(static::$extensionManager)</code>
    </RedundantPropertyInitializationCheck>
  </file>
  <file src="test/PubSubHubbub/ClientNotReset.php">
    <InvalidReturnType occurrences="1">
      <code>resetParameters</code>
    </InvalidReturnType>
    <MissingParamType occurrences="1">
      <code>$clearAuth</code>
    </MissingParamType>
    <PropertyNotSetInConstructor occurrences="6">
      <code>ClientNotReset</code>
      <code>ClientNotReset</code>
      <code>ClientNotReset</code>
      <code>ClientNotReset</code>
      <code>ClientNotReset</code>
      <code>ClientNotReset</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="test/PubSubHubbub/Model/SubscriptionTest.php">
    <MissingReturnType occurrences="2">
      <code>createTable</code>
      <code>initDb</code>
    </MissingReturnType>
    <MixedArgument occurrences="2">
      <code>$adapter</code>
      <code>$this-&gt;initDb()</code>
    </MixedArgument>
    <MixedAssignment occurrences="1">
      <code>$adapter</code>
    </MixedAssignment>
    <PossiblyUndefinedMethod occurrences="1">
      <code>execute</code>
    </PossiblyUndefinedMethod>
    <RedundantConditionGivenDocblockType occurrences="1">
      <code>assertIsArray</code>
    </RedundantConditionGivenDocblockType>
  </file>
  <file src="test/PubSubHubbub/PubSubHubbubTest.php">
    <ArgumentTypeCoercion occurrences="1">
      <code>$feed</code>
    </ArgumentTypeCoercion>
  </file>
  <file src="test/PubSubHubbub/PublisherTest.php">
    <InvalidArgument occurrences="7">
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
    </InvalidArgument>
    <InvalidScalarArgument occurrences="2">
      <code>123</code>
      <code>123</code>
    </InvalidScalarArgument>
  </file>
  <file src="test/PubSubHubbub/Subscriber/CallbackTest.php">
    <ArgumentTypeCoercion occurrences="4">
      <code>$className</code>
      <code>$className</code>
      <code>'Result'</code>
      <code>'Result'</code>
    </ArgumentTypeCoercion>
    <DeprecatedMethod occurrences="3">
      <code>setMethods</code>
      <code>setMethods</code>
      <code>setMethods</code>
    </DeprecatedMethod>
    <InvalidArgument occurrences="8">
      <code>$this-&gt;_tableGateway</code>
      <code>''</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>new stdClass()</code>
    </InvalidArgument>
    <InvalidPropertyAssignmentValue occurrences="3"/>
    <MissingReturnType occurrences="1">
      <code>mockInputStream</code>
    </MissingReturnType>
    <MixedMethodCall occurrences="54">
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>will</code>
      <code>with</code>
      <code>with</code>
      <code>with</code>
      <code>with</code>
      <code>with</code>
      <code>with</code>
      <code>with</code>
      <code>with</code>
      <code>with</code>
    </MixedMethodCall>
    <PossiblyInvalidArgument occurrences="1">
      <code>$this-&gt;_tableGateway</code>
    </PossiblyInvalidArgument>
    <PossiblyUndefinedMethod occurrences="1">
      <code>getHeader</code>
    </PossiblyUndefinedMethod>
    <UndefinedClass occurrences="4">
      <code>$this-&gt;_tableGateway</code>
      <code>$this-&gt;_tableGateway</code>
      <code>'Result'</code>
      <code>'Result'</code>
    </UndefinedClass>
    <UndefinedDocblockClass occurrences="24">
      <code>$this-&gt;_rowset</code>
      <code>$this-&gt;_rowset</code>
      <code>$this-&gt;_rowset</code>
      <code>$this-&gt;_rowset</code>
      <code>$this-&gt;_rowset</code>
      <code>$this-&gt;_rowset</code>
      <code>$this-&gt;_rowset</code>
      <code>$this-&gt;_rowset</code>
      <code>$this-&gt;_rowset</code>
      <code>$this-&gt;_rowset</code>
      <code>$this-&gt;_rowset</code>
      <code>$this-&gt;_rowset</code>
      <code>$this-&gt;_rowset</code>
      <code>$this-&gt;_rowset</code>
      <code>$this-&gt;_tableGateway</code>
      <code>$this-&gt;_tableGateway</code>
      <code>$this-&gt;_tableGateway</code>
      <code>$this-&gt;_tableGateway</code>
      <code>$this-&gt;_tableGateway</code>
      <code>$this-&gt;_tableGateway</code>
      <code>$this-&gt;_tableGateway</code>
      <code>\Laminas\Db\Adapter\Adapter|\PHPUnit_Framework_MockObject_MockObject</code>
      <code>\Laminas\Db\ResultSet\ResultSet|\PHPUnit_Framework_MockObject_MockObject</code>
      <code>\Laminas\Db\TableGateway\TableGateway|\PHPUnit_Framework_MockObject_MockObject</code>
    </UndefinedDocblockClass>
    <UndefinedMethod occurrences="14">
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
    </UndefinedMethod>
  </file>
  <file src="test/PubSubHubbub/SubscriberHttpTest.php">
    <ArgumentTypeCoercion occurrences="2">
      <code>$className</code>
      <code>$className</code>
    </ArgumentTypeCoercion>
    <DeprecatedMethod occurrences="1">
      <code>setMethods</code>
    </DeprecatedMethod>
    <InternalMethod occurrences="1">
      <code>getName</code>
    </InternalMethod>
    <InvalidArgument occurrences="1">
      <code>$this-&gt;storage</code>
    </InvalidArgument>
    <MissingPropertyType occurrences="1">
      <code>$storage</code>
    </MissingPropertyType>
    <PossiblyFalsePropertyAssignmentValue occurrences="1">
      <code>getenv('TESTS_LAMINAS_FEED_PUBSUBHUBBUB_BASEURI')</code>
    </PossiblyFalsePropertyAssignmentValue>
    <TooFewArguments occurrences="1">
      <code>getSubscription</code>
    </TooFewArguments>
  </file>
  <file src="test/PubSubHubbub/SubscriberTest.php">
    <ArgumentTypeCoercion occurrences="2">
      <code>$className</code>
      <code>$className</code>
    </ArgumentTypeCoercion>
    <DeprecatedMethod occurrences="1">
      <code>setMethods</code>
    </DeprecatedMethod>
    <InvalidArgument occurrences="17">
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
    </InvalidArgument>
    <InvalidScalarArgument occurrences="5">
      <code>'0aa'</code>
      <code>'10000'</code>
      <code>123</code>
      <code>123</code>
      <code>123</code>
    </InvalidScalarArgument>
    <MissingPropertyType occurrences="2">
      <code>$adapter</code>
      <code>$tableGateway</code>
    </MissingPropertyType>
    <MixedArgument occurrences="1">
      <code>$this-&gt;tableGateway</code>
    </MixedArgument>
  </file>
  <file src="test/PubSubHubbub/TestAsset/Callback.php">
    <MissingParamType occurrences="1">
      <code>$sendResponseNow</code>
    </MissingParamType>
    <PropertyNotSetInConstructor occurrences="2">
      <code>Callback</code>
      <code>Callback</code>
    </PropertyNotSetInConstructor>
  </file>
  <file src="test/Reader/Entry/AtomStandaloneEntryTest.php">
    <MissingPropertyType occurrences="3">
      <code>$expectedCats</code>
      <code>$expectedCatsDc</code>
      <code>$feedSamplePath</code>
    </MissingPropertyType>
    <MixedOperand occurrences="16">
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedOperand>
    <RedundantCastGivenDocblockType occurrences="1">
      <code>(array) $entry-&gt;getAuthors()</code>
    </RedundantCastGivenDocblockType>
    <UndefinedInterfaceMethod occurrences="6">
      <code>getCommentLink</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getEnclosure</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="test/Reader/Entry/AtomTest.php">
    <MissingPropertyType occurrences="3">
      <code>$expectedCats</code>
      <code>$expectedCatsDc</code>
      <code>$feedSamplePath</code>
    </MissingPropertyType>
    <MixedArgument occurrences="6">
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
    </MixedArgument>
    <MixedAssignment occurrences="39">
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="51">
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getBaseUrl</code>
      <code>getBaseUrl</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getDateCreated</code>
      <code>getDateCreated</code>
      <code>getDateCreated</code>
      <code>getDateModified</code>
      <code>getDateModified</code>
      <code>getDateModified</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getEnclosure</code>
      <code>getEnclosure</code>
      <code>getId</code>
      <code>getId</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
    </MixedMethodCall>
    <MixedOperand occurrences="39">
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedOperand>
  </file>
  <file src="test/Reader/Entry/CommonTest.php">
    <MissingPropertyType occurrences="1">
      <code>$feedSamplePath</code>
    </MissingPropertyType>
    <MixedArgument occurrences="1">
      <code>$entry-&gt;getElement()-&gt;tagName</code>
    </MixedArgument>
    <MixedAssignment occurrences="11">
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="14">
      <code>getDomDocument</code>
      <code>getElement</code>
      <code>getElement</code>
      <code>getElement</code>
      <code>getEncoding</code>
      <code>getEncoding</code>
      <code>getExtension</code>
      <code>getExtension</code>
      <code>getId</code>
      <code>getId</code>
      <code>getType</code>
      <code>getXpath</code>
      <code>getXpathPrefix</code>
      <code>saveXml</code>
    </MixedMethodCall>
    <MixedOperand occurrences="12">
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedOperand>
    <MixedPropertyFetch occurrences="1">
      <code>$entry-&gt;getElement()-&gt;tagName</code>
    </MixedPropertyFetch>
  </file>
  <file src="test/Reader/Entry/RssTest.php">
    <InvalidDocblock occurrences="1">
      <code>public function dateModifiedProvider(): array</code>
    </InvalidDocblock>
    <MissingParamType occurrences="2">
      <code>$edate</code>
      <code>$path</code>
    </MissingParamType>
    <MissingPropertyType occurrences="4">
      <code>$expectedCats</code>
      <code>$expectedCatsAtom</code>
      <code>$expectedCatsRdf</code>
      <code>$feedSamplePath</code>
    </MissingPropertyType>
    <MixedArgument occurrences="26">
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
      <code>$entry-&gt;getCategories()-&gt;getValues()</code>
    </MixedArgument>
    <MixedAssignment occurrences="279">
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="1">
      <code>array&lt;int,&lt;array{0:string,1:DateTimeInterface|null}&gt;&gt;</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="361">
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getAuthors</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentCount</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentFeedLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getCommentLink</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getDateModified</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getEnclosure</code>
      <code>getEnclosure</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
    </MixedMethodCall>
    <MixedOperand occurrences="279">
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedOperand>
  </file>
  <file src="test/Reader/ExtensionPluginManagerCompatibilityTest.php">
    <InvalidReturnType occurrences="1">
      <code>getInstanceOf</code>
    </InvalidReturnType>
  </file>
  <file src="test/Reader/Feed/AtomSourceTest.php">
    <MissingPropertyType occurrences="4">
      <code>$expectedCats</code>
      <code>$expectedCatsDc</code>
      <code>$feedSamplePath</code>
      <code>$options</code>
    </MissingPropertyType>
    <MixedArgument occurrences="1">
      <code>$source-&gt;getCategories()-&gt;getValues()</code>
    </MixedArgument>
    <MixedAssignment occurrences="14">
      <code>$source</code>
      <code>$source</code>
      <code>$source</code>
      <code>$source</code>
      <code>$source</code>
      <code>$source</code>
      <code>$source</code>
      <code>$source</code>
      <code>$source</code>
      <code>$source</code>
      <code>$source</code>
      <code>$source</code>
      <code>$source</code>
      <code>$source</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="30">
      <code>getAuthors</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCopyright</code>
      <code>getDateCreated</code>
      <code>getDateModified</code>
      <code>getDescription</code>
      <code>getFeedLink</code>
      <code>getGenerator</code>
      <code>getHubs</code>
      <code>getId</code>
      <code>getLanguage</code>
      <code>getLink</code>
      <code>getSource</code>
      <code>getSource</code>
      <code>getSource</code>
      <code>getSource</code>
      <code>getSource</code>
      <code>getSource</code>
      <code>getSource</code>
      <code>getSource</code>
      <code>getSource</code>
      <code>getSource</code>
      <code>getSource</code>
      <code>getSource</code>
      <code>getSource</code>
      <code>getSource</code>
      <code>getSource</code>
      <code>getTitle</code>
      <code>getValues</code>
    </MixedMethodCall>
    <MixedOperand occurrences="15">
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedOperand>
  </file>
  <file src="test/Reader/Feed/AtomTest.php">
    <MissingPropertyType occurrences="4">
      <code>$expectedCats</code>
      <code>$expectedCatsDc</code>
      <code>$feedSamplePath</code>
      <code>$options</code>
    </MissingPropertyType>
    <MixedOperand occurrences="54">
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedOperand>
    <RedundantCastGivenDocblockType occurrences="2">
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
    </RedundantCastGivenDocblockType>
    <UndefinedInterfaceMethod occurrences="9">
      <code>getBaseUrl</code>
      <code>getHubs</code>
      <code>getHubs</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getLastBuildDate</code>
      <code>setOriginalSourceUri</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="test/Reader/Feed/CommonTest.php">
    <MissingPropertyType occurrences="1">
      <code>$feedSamplePath</code>
    </MissingPropertyType>
    <MixedOperand occurrences="10">
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedOperand>
    <UndefinedInterfaceMethod occurrences="9">
      <code>getDomDocument</code>
      <code>getElement</code>
      <code>getEncoding</code>
      <code>getEncoding</code>
      <code>getExtension</code>
      <code>getExtension</code>
      <code>getXpath</code>
      <code>getXpathPrefix</code>
      <code>saveXml</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="test/Reader/Feed/RssTest.php">
    <InvalidMethodCall occurrences="28">
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
      <code>getValues</code>
    </InvalidMethodCall>
    <MissingPropertyType occurrences="3">
      <code>$expectedCats</code>
      <code>$expectedCatsAtom</code>
      <code>$expectedCatsRdf</code>
    </MissingPropertyType>
    <RedundantCastGivenDocblockType occurrences="28">
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
      <code>(array) $feed-&gt;getAuthors()</code>
    </RedundantCastGivenDocblockType>
    <UndefinedInterfaceMethod occurrences="29">
      <code>getHubs</code>
      <code>getHubs</code>
      <code>getHubs</code>
      <code>getHubs</code>
      <code>getHubs</code>
      <code>getHubs</code>
      <code>getHubs</code>
      <code>getHubs</code>
      <code>getHubs</code>
      <code>getHubs</code>
      <code>getHubs</code>
      <code>getHubs</code>
      <code>getHubs</code>
      <code>getHubs</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getLastBuildDate</code>
      <code>getLastBuildDate</code>
      <code>setOriginalSourceUri</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="test/Reader/Http/LaminasHttpClientDecoratorTest.php">
    <InvalidArgument occurrences="2">
      <code>$headers</code>
      <code>$responseHeaders</code>
    </InvalidArgument>
    <MismatchingDocblockReturnType occurrences="1">
      <code>MockObject&lt;Headers&gt;</code>
    </MismatchingDocblockReturnType>
    <MissingClosureParamType occurrences="2">
      <code>$argument</code>
      <code>$parameter</code>
    </MissingClosureParamType>
    <MissingParamType occurrences="1">
      <code>$uri</code>
    </MissingParamType>
    <MixedArgument occurrences="3">
      <code>$this-&gt;client</code>
      <code>$this-&gt;client</code>
      <code>$this-&gt;client</code>
    </MixedArgument>
    <MixedInferredReturnType occurrences="2">
      <code>MockObject&lt;Headers&gt;</code>
      <code>\Generator</code>
    </MixedInferredReturnType>
    <MixedMethodCall occurrences="31">
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>method</code>
      <code>willReturn</code>
      <code>willReturn</code>
      <code>willReturn</code>
      <code>with</code>
      <code>with</code>
      <code>with</code>
      <code>with</code>
      <code>with</code>
      <code>with</code>
    </MixedMethodCall>
    <MixedReturnTypeCoercion occurrences="2">
      <code>$response</code>
      <code>MockObject&lt;HttpResponse&gt;</code>
    </MixedReturnTypeCoercion>
    <PossiblyUndefinedMethod occurrences="11">
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
      <code>expects</code>
    </PossiblyUndefinedMethod>
    <TooManyTemplateParams occurrences="2">
      <code>MockObject&lt;Headers&gt;</code>
      <code>MockObject&lt;HttpResponse&gt;</code>
    </TooManyTemplateParams>
  </file>
  <file src="test/Reader/Http/ResponseTest.php">
    <MissingParamType occurrences="5">
      <code>$body</code>
      <code>$contains</code>
      <code>$contains</code>
      <code>$headers</code>
      <code>$statusCode</code>
    </MissingParamType>
    <MissingReturnType occurrences="6">
      <code>invalidBodies</code>
      <code>invalidHeaders</code>
      <code>invalidStatusCodes</code>
      <code>testConstructorRaisesExceptionForInvalidBody</code>
      <code>testConstructorRaisesExceptionForInvalidHeaderStructures</code>
      <code>testConstructorRaisesExceptionForInvalidStatusCode</code>
    </MissingReturnType>
    <MixedArgument occurrences="5">
      <code>$body</code>
      <code>$contains</code>
      <code>$contains</code>
      <code>$headers</code>
      <code>$statusCode</code>
    </MixedArgument>
  </file>
  <file src="test/Reader/Integration/GooglePlayPodcastRss2Test.php">
    <MissingPropertyType occurrences="1">
      <code>$feedSamplePath</code>
    </MissingPropertyType>
    <MixedArgument occurrences="35">
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedArgument>
    <MixedAssignment occurrences="20">
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="20">
      <code>getCastAuthor</code>
      <code>getDuration</code>
      <code>getEnclosure</code>
      <code>getEncoding</code>
      <code>getEpisode</code>
      <code>getEpisode</code>
      <code>getEpisodeType</code>
      <code>getEpisodeType</code>
      <code>getId</code>
      <code>getItunesImage</code>
      <code>getPlayPodcastBlock</code>
      <code>getPlayPodcastDescription</code>
      <code>getPlayPodcastExplicit</code>
      <code>getSeason</code>
      <code>getSeason</code>
      <code>getSubtitle</code>
      <code>getTitle</code>
      <code>isClosedCaptioned</code>
      <code>isClosedCaptioned</code>
      <code>isClosedCaptioned</code>
    </MixedMethodCall>
    <UndefinedInterfaceMethod occurrences="14">
      <code>getEncoding</code>
      <code>getNewFeedUrl</code>
      <code>getOwner</code>
      <code>getPlayPodcastAuthor</code>
      <code>getPlayPodcastBlock</code>
      <code>getPlayPodcastCategories</code>
      <code>getPlayPodcastDescription</code>
      <code>getPlayPodcastExplicit</code>
      <code>getPlayPodcastImage</code>
      <code>getPodcastType</code>
      <code>getPodcastType</code>
      <code>isComplete</code>
      <code>isComplete</code>
      <code>isComplete</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="test/Reader/Integration/HOnlineComAtom10Test.php">
    <MissingPropertyType occurrences="1">
      <code>$feedSamplePath</code>
    </MissingPropertyType>
    <MixedArgument occurrences="19">
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedArgument>
    <MixedAssignment occurrences="10">
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="10">
      <code>getAuthor</code>
      <code>getAuthors</code>
      <code>getContent</code>
      <code>getDescription</code>
      <code>getEncoding</code>
      <code>getId</code>
      <code>getLink</code>
      <code>getLinks</code>
      <code>getPermaLink</code>
      <code>getTitle</code>
    </MixedMethodCall>
    <RedundantCastGivenDocblockType occurrences="1">
      <code>(array) $feed-&gt;getAuthors()</code>
    </RedundantCastGivenDocblockType>
    <UndefinedInterfaceMethod occurrences="1">
      <code>getEncoding</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="test/Reader/Integration/LautDeRdfTest.php">
    <MissingPropertyType occurrences="1">
      <code>$feedSamplePath</code>
    </MissingPropertyType>
    <MixedArgument occurrences="18">
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedArgument>
    <MixedAssignment occurrences="10">
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="10">
      <code>getAuthor</code>
      <code>getAuthors</code>
      <code>getContent</code>
      <code>getDescription</code>
      <code>getEncoding</code>
      <code>getId</code>
      <code>getLink</code>
      <code>getLinks</code>
      <code>getPermaLink</code>
      <code>getTitle</code>
    </MixedMethodCall>
    <RedundantCastGivenDocblockType occurrences="1">
      <code>(array) $feed-&gt;getAuthors()</code>
    </RedundantCastGivenDocblockType>
    <UndefinedInterfaceMethod occurrences="1">
      <code>getEncoding</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="test/Reader/Integration/PodcastIndexRss2Test.php">
    <MissingPropertyType occurrences="1">
      <code>$feedSamplePath</code>
    </MissingPropertyType>
    <MixedArgument occurrences="6">
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedArgument>
    <MixedAssignment occurrences="3">
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="3">
      <code>getChapters</code>
      <code>getSoundbites</code>
      <code>getTranscript</code>
    </MixedMethodCall>
    <UndefinedInterfaceMethod occurrences="3">
      <code>getFunding</code>
      <code>getLockOwner</code>
      <code>isLocked</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="test/Reader/Integration/PodcastRss2Test.php">
    <MissingClosureParamType occurrences="2">
      <code>$errno</code>
      <code>$errstr</code>
    </MissingClosureParamType>
    <MissingPropertyType occurrences="1">
      <code>$feedSamplePath</code>
    </MissingPropertyType>
    <MixedArgument occurrences="36">
      <code>$errstr</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedArgument>
    <MixedAssignment occurrences="22">
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$keywords</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="21">
      <code>getBlock</code>
      <code>getCastAuthor</code>
      <code>getDuration</code>
      <code>getEnclosure</code>
      <code>getEncoding</code>
      <code>getEpisode</code>
      <code>getEpisode</code>
      <code>getEpisodeType</code>
      <code>getEpisodeType</code>
      <code>getExplicit</code>
      <code>getId</code>
      <code>getItunesImage</code>
      <code>getKeywords</code>
      <code>getSeason</code>
      <code>getSeason</code>
      <code>getSubtitle</code>
      <code>getSummary</code>
      <code>getTitle</code>
      <code>isClosedCaptioned</code>
      <code>isClosedCaptioned</code>
      <code>isClosedCaptioned</code>
    </MixedMethodCall>
    <UndefinedInterfaceMethod occurrences="13">
      <code>getBlock</code>
      <code>getCastAuthor</code>
      <code>getEncoding</code>
      <code>getExplicit</code>
      <code>getItunesCategories</code>
      <code>getItunesImage</code>
      <code>getNewFeedUrl</code>
      <code>getOwner</code>
      <code>getPodcastType</code>
      <code>getPodcastType</code>
      <code>isComplete</code>
      <code>isComplete</code>
      <code>isComplete</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="test/Reader/Integration/WordpressAtom10Test.php">
    <MissingPropertyType occurrences="1">
      <code>$feedSamplePath</code>
    </MissingPropertyType>
    <MixedArgument occurrences="20">
      <code>$entry-&gt;getContent()</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedArgument>
    <MixedAssignment occurrences="10">
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="10">
      <code>getAuthor</code>
      <code>getAuthors</code>
      <code>getContent</code>
      <code>getDescription</code>
      <code>getEncoding</code>
      <code>getId</code>
      <code>getLink</code>
      <code>getLinks</code>
      <code>getPermaLink</code>
      <code>getTitle</code>
    </MixedMethodCall>
    <RedundantCastGivenDocblockType occurrences="1">
      <code>(array) $feed-&gt;getAuthors()</code>
    </RedundantCastGivenDocblockType>
    <UndefinedInterfaceMethod occurrences="1">
      <code>getEncoding</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="test/Reader/Integration/WordpressRss2DcAtomTest.php">
    <MissingPropertyType occurrences="1">
      <code>$feedSamplePath</code>
    </MissingPropertyType>
    <MixedArgument occurrences="19">
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedArgument>
    <MixedAssignment occurrences="10">
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="10">
      <code>getAuthor</code>
      <code>getAuthors</code>
      <code>getContent</code>
      <code>getDescription</code>
      <code>getEncoding</code>
      <code>getId</code>
      <code>getLink</code>
      <code>getLinks</code>
      <code>getPermaLink</code>
      <code>getTitle</code>
    </MixedMethodCall>
    <RedundantCastGivenDocblockType occurrences="1">
      <code>(array) $feed-&gt;getAuthors()</code>
    </RedundantCastGivenDocblockType>
    <UndefinedInterfaceMethod occurrences="1">
      <code>getEncoding</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="test/Reader/ReaderTest.php">
    <ArgumentTypeCoercion occurrences="10">
      <code>$feed</code>
      <code>$feed</code>
      <code>$feed</code>
      <code>$feed</code>
      <code>$feed</code>
      <code>$feed</code>
      <code>$feed</code>
      <code>$feed</code>
      <code>$feed</code>
      <code>$feed</code>
    </ArgumentTypeCoercion>
    <DeprecatedMethod occurrences="2">
      <code>setMethods</code>
      <code>setMethods</code>
    </DeprecatedMethod>
    <InvalidArgument occurrences="2">
      <code>new stdClass()</code>
    </InvalidArgument>
    <MissingClosureParamType occurrences="4">
      <code>$errno</code>
      <code>$errstr</code>
      <code>$message</code>
      <code>$toReturn</code>
    </MissingClosureParamType>
    <MissingPropertyType occurrences="5">
      <code>$feedSamplePath</code>
      <code>$links-&gt;atom</code>
      <code>$links-&gt;atom</code>
      <code>$links-&gt;atom</code>
      <code>$links-&gt;rss</code>
    </MissingPropertyType>
    <MixedArgument occurrences="2">
      <code>$message</code>
      <code>$notices-&gt;messages</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="1">
      <code>$link['feed']</code>
    </MixedArrayAccess>
    <MixedArrayAssignment occurrences="1">
      <code>$notices-&gt;messages[]</code>
    </MixedArrayAssignment>
    <MixedAssignment occurrences="1">
      <code>$link</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="1">
      <code>getEncoding</code>
    </MixedMethodCall>
    <MixedOperand occurrences="13">
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
      <code>$this-&gt;feedSamplePath</code>
    </MixedOperand>
    <UndefinedInterfaceMethod occurrences="1">
      <code>getEncoding</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="test/Reader/StandaloneExtensionManagerTest.php">
    <ArgumentTypeCoercion occurrences="1">
      <code>$pluginClass</code>
    </ArgumentTypeCoercion>
    <MissingParamType occurrences="6">
      <code>$pluginClass</code>
      <code>$pluginClass</code>
      <code>$pluginClass</code>
      <code>$pluginName</code>
      <code>$pluginName</code>
      <code>$pluginName</code>
    </MissingParamType>
    <MixedArgument occurrences="6">
      <code>$pluginClass</code>
      <code>$pluginClass</code>
      <code>$pluginName</code>
      <code>$pluginName</code>
      <code>$pluginName</code>
      <code>$pluginName</code>
    </MixedArgument>
    <MixedInferredReturnType occurrences="1">
      <code>array</code>
    </MixedInferredReturnType>
  </file>
  <file src="test/Reader/TestAsset/CustomExtensionManager.php">
    <LessSpecificReturnStatement occurrences="1">
      <code>new $class()</code>
    </LessSpecificReturnStatement>
    <MissingPropertyType occurrences="1">
      <code>$extensions</code>
    </MissingPropertyType>
    <MixedArgument occurrences="1">
      <code>$this-&gt;extensions</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="1">
      <code>$this-&gt;extensions[$extension]</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="1">
      <code>$class</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="1">
      <code>new $class()</code>
    </MixedMethodCall>
    <MoreSpecificReturnType occurrences="1">
      <code>Extension\AbstractEntry|Extension\AbstractFeed</code>
    </MoreSpecificReturnType>
  </file>
  <file src="test/Reader/TestAsset/Psr7Stream.php">
    <MissingParamType occurrences="1">
      <code>$streamValue</code>
    </MissingParamType>
    <MissingPropertyType occurrences="1">
      <code>$streamValue</code>
    </MissingPropertyType>
  </file>
  <file src="test/Reader/_files/My/Extension/JungleBooks/Entry.php">
    <MissingReturnType occurrences="1">
      <code>getIsbn</code>
    </MissingReturnType>
    <MixedAssignment occurrences="1">
      <code>$isbn</code>
    </MixedAssignment>
    <UndefinedVariable occurrences="1">
      <code>$title</code>
    </UndefinedVariable>
  </file>
  <file src="test/Reader/_files/My/Extension/JungleBooks/Feed.php">
    <MissingReturnType occurrences="1">
      <code>getDaysPopularBookLink</code>
    </MissingReturnType>
    <MixedAssignment occurrences="1">
      <code>$dayPopular</code>
    </MixedAssignment>
  </file>
  <file src="test/Writer/DeletedTest.php">
    <DocblockTypeContradiction occurrences="1">
      <code>assertNull</code>
    </DocblockTypeContradiction>
    <InvalidArgument occurrences="6">
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
    </InvalidArgument>
    <InvalidScalarArgument occurrences="1">
      <code>'abc'</code>
    </InvalidScalarArgument>
    <MixedAssignment occurrences="1">
      <code>$result</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="2">
      <code>setReference</code>
      <code>setWhen</code>
    </MixedMethodCall>
  </file>
  <file src="test/Writer/EntryTest.php">
    <DocblockTypeContradiction occurrences="2">
      <code>assertNull</code>
      <code>assertNull</code>
    </DocblockTypeContradiction>
    <InvalidArgument occurrences="20">
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
    </InvalidArgument>
    <InvalidScalarArgument occurrences="5">
      <code>''</code>
      <code>'10'</code>
      <code>'a'</code>
      <code>'abc'</code>
      <code>'abc'</code>
    </InvalidScalarArgument>
    <MissingClosureParamType occurrences="4">
      <code>$errno</code>
      <code>$errstr</code>
      <code>$message</code>
      <code>$toReturn</code>
    </MissingClosureParamType>
    <MissingParamType occurrences="3">
      <code>$count</code>
      <code>$count</code>
      <code>$expected</code>
    </MissingParamType>
    <MissingPropertyType occurrences="1">
      <code>$feedSamplePath</code>
    </MissingPropertyType>
    <MixedArgument occurrences="4">
      <code>$count</code>
      <code>$count</code>
      <code>$message</code>
      <code>$notices-&gt;messages</code>
    </MixedArgument>
    <MixedArrayAssignment occurrences="1">
      <code>$notices-&gt;messages[]</code>
    </MixedArrayAssignment>
    <MixedInferredReturnType occurrences="2">
      <code>array</code>
      <code>array</code>
    </MixedInferredReturnType>
    <NullArgument occurrences="1">
      <code>null</code>
    </NullArgument>
  </file>
  <file src="test/Writer/Extension/GooglePlayPodcast/EntryTest.php">
    <InvalidArgument occurrences="4">
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
    </InvalidArgument>
  </file>
  <file src="test/Writer/Extension/GooglePlayPodcast/FeedTest.php">
    <InvalidArgument occurrences="8">
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
    </InvalidArgument>
    <MissingReturnType occurrences="4">
      <code>invalidImageUrls</code>
      <code>testSetPlayPodcastImageRaisesExceptionForInvalidUrl</code>
      <code>testSetPlayPodcastImageSetsInternalDataWithValidUrl</code>
      <code>validImageUrls</code>
    </MissingReturnType>
  </file>
  <file src="test/Writer/Extension/ITunes/EntryTest.php">
    <InvalidArgument occurrences="17">
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
    </InvalidArgument>
    <MissingClosureParamType occurrences="6">
      <code>$errno</code>
      <code>$errno</code>
      <code>$errno</code>
      <code>$errstr</code>
      <code>$errstr</code>
      <code>$errstr</code>
    </MissingClosureParamType>
    <MissingReturnType occurrences="15">
      <code>dataProviderForSetExplicit</code>
      <code>invalidClosedCaptioningFlags</code>
      <code>invalidEpisodeTypes</code>
      <code>invalidImageUrls</code>
      <code>nonNumericEpisodeNumbers</code>
      <code>testEpisodeTypeMaybeMutatedWithAcceptedValues</code>
      <code>testSetEpisodeRaisesExceptionForNonNumericEpisodeNumbers</code>
      <code>testSetEpisodeTypeRaisesExceptionForInvalidTypes</code>
      <code>testSetExplicit</code>
      <code>testSetItunesImageRaisesExceptionForInvalidUrl</code>
      <code>testSetItunesImageSetsInternalDataWithValidUrl</code>
      <code>testSetSeasonRaisesExceptionForNonNumericSeasonNumbers</code>
      <code>testSettingClosedCaptioningToNonBooleanRaisesException</code>
      <code>validEpisodeTypes</code>
      <code>validImageUrls</code>
    </MissingReturnType>
    <MixedArgument occurrences="3">
      <code>$errstr</code>
      <code>$errstr</code>
      <code>$errstr</code>
    </MixedArgument>
  </file>
  <file src="test/Writer/Extension/ITunes/FeedTest.php">
    <InvalidArgument occurrences="18">
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
    </InvalidArgument>
    <MissingClosureParamType occurrences="6">
      <code>$errno</code>
      <code>$errno</code>
      <code>$errno</code>
      <code>$errstr</code>
      <code>$errstr</code>
      <code>$errstr</code>
    </MissingClosureParamType>
    <MissingReturnType occurrences="12">
      <code>dataProviderForSetExplicit</code>
      <code>invalidCompleteStatuses</code>
      <code>invalidImageUrls</code>
      <code>invalidPodcastTypes</code>
      <code>testSetExplicit</code>
      <code>testSetItunesCompleteRaisesExceptionForInvalidStatus</code>
      <code>testSetItunesImageRaisesExceptionForInvalidUrl</code>
      <code>testSetItunesImageSetsInternalDataWithValidUrl</code>
      <code>testSetItunesTypeMutatesTypeWithValidData</code>
      <code>testSetItunesTypeWithInvalidTypeRaisesException</code>
      <code>validImageUrls</code>
      <code>validPodcastTypes</code>
    </MissingReturnType>
    <MixedArgument occurrences="3">
      <code>$errstr</code>
      <code>$errstr</code>
      <code>$errstr</code>
    </MixedArgument>
  </file>
  <file src="test/Writer/Extension/PodcastIndex/EntryTest.php">
    <InvalidArgument occurrences="8">
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
    </InvalidArgument>
    <MixedInferredReturnType occurrences="1">
      <code>array</code>
    </MixedInferredReturnType>
  </file>
  <file src="test/Writer/Extension/PodcastIndex/FeedTest.php">
    <InvalidArgument occurrences="3">
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
    </InvalidArgument>
    <MixedInferredReturnType occurrences="1">
      <code>array</code>
    </MixedInferredReturnType>
  </file>
  <file src="test/Writer/FeedFactoryTest.php">
    <InvalidArgument occurrences="1">
      <code>'string'</code>
    </InvalidArgument>
    <InvalidMethodCall occurrences="1">
      <code>format</code>
    </InvalidMethodCall>
    <PossiblyNullReference occurrences="1">
      <code>format</code>
    </PossiblyNullReference>
  </file>
  <file src="test/Writer/FeedTest.php">
    <InvalidArgument occurrences="28">
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
      <code>Writer\Exception\ExceptionInterface::class</code>
    </InvalidArgument>
    <InvalidMethodCall occurrences="4">
      <code>getTimestamp</code>
      <code>getTimestamp</code>
      <code>getTimestamp</code>
      <code>getTimestamp</code>
    </InvalidMethodCall>
    <MissingClosureParamType occurrences="4">
      <code>$errno</code>
      <code>$errstr</code>
      <code>$message</code>
      <code>$toReturn</code>
    </MissingClosureParamType>
    <MissingPropertyType occurrences="1">
      <code>$feedSamplePath</code>
    </MissingPropertyType>
    <MixedArgument occurrences="2">
      <code>$message</code>
      <code>$notices-&gt;messages</code>
    </MixedArgument>
    <MixedArrayAssignment occurrences="1">
      <code>$notices-&gt;messages[]</code>
    </MixedArrayAssignment>
    <MixedAssignment occurrences="1">
      <code>$return</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="10">
      <code>setDateModified</code>
      <code>setDescription</code>
      <code>setEncoding</code>
      <code>setId</code>
      <code>setImage</code>
      <code>setLanguage</code>
      <code>setLastBuildDate</code>
      <code>setLink</code>
      <code>setTitle</code>
      <code>setType</code>
    </MixedMethodCall>
  </file>
  <file src="test/Writer/Renderer/Entry/AtomTest.php">
    <InvalidArgument occurrences="6">
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
    </InvalidArgument>
    <MissingClosureParamType occurrences="4">
      <code>$errno</code>
      <code>$errstr</code>
      <code>$message</code>
      <code>$toReturn</code>
    </MissingClosureParamType>
    <MissingPropertyType occurrences="2">
      <code>$validEntry</code>
      <code>$validWriter</code>
    </MissingPropertyType>
    <MixedArgument occurrences="27">
      <code>$message</code>
      <code>$notices-&gt;messages</code>
      <code>$this-&gt;validEntry</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
    </MixedArgument>
    <MixedArrayAssignment occurrences="1">
      <code>$notices-&gt;messages[]</code>
    </MixedArrayAssignment>
    <MixedAssignment occurrences="20">
      <code>$author</code>
      <code>$enc</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="40">
      <code>addCategories</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getCategories</code>
      <code>getCommentCount</code>
      <code>getCommentFeedLink</code>
      <code>getCommentLink</code>
      <code>getContent</code>
      <code>getDateCreated</code>
      <code>getDateModified</code>
      <code>getDescription</code>
      <code>getEnclosure</code>
      <code>getEncoding</code>
      <code>getEncoding</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getId</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getTimestamp</code>
      <code>getTimestamp</code>
      <code>getTitle</code>
      <code>remove</code>
      <code>remove</code>
      <code>remove</code>
      <code>remove</code>
      <code>remove</code>
      <code>remove</code>
      <code>remove</code>
      <code>remove</code>
      <code>setCommentCount</code>
      <code>setCommentFeedLinks</code>
      <code>setCommentLink</code>
      <code>setEnclosure</code>
      <code>setEncoding</code>
      <code>setId</code>
      <code>setId</code>
      <code>setId</code>
      <code>setId</code>
    </MixedMethodCall>
    <MixedPropertyFetch occurrences="3">
      <code>$enc-&gt;length</code>
      <code>$enc-&gt;type</code>
      <code>$enc-&gt;url</code>
    </MixedPropertyFetch>
  </file>
  <file src="test/Writer/Renderer/Entry/RssTest.php">
    <InvalidArgument occurrences="7">
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
    </InvalidArgument>
    <MissingClosureParamType occurrences="4">
      <code>$errno</code>
      <code>$errstr</code>
      <code>$message</code>
      <code>$toReturn</code>
    </MissingClosureParamType>
    <MissingPropertyType occurrences="2">
      <code>$validEntry</code>
      <code>$validWriter</code>
    </MissingPropertyType>
    <MixedArgument occurrences="36">
      <code>$message</code>
      <code>$notices-&gt;messages</code>
      <code>$this-&gt;validEntry</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
    </MixedArgument>
    <MixedArrayAssignment occurrences="1">
      <code>$notices-&gt;messages[]</code>
    </MixedArrayAssignment>
    <MixedAssignment occurrences="24">
      <code>$author</code>
      <code>$author</code>
      <code>$enc</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
      <code>$entry</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="56">
      <code>addAuthor</code>
      <code>addAuthor</code>
      <code>addCategories</code>
      <code>addCategories</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getAuthor</code>
      <code>getCategories</code>
      <code>getCategories</code>
      <code>getCommentCount</code>
      <code>getCommentFeedLink</code>
      <code>getCommentLink</code>
      <code>getContent</code>
      <code>getContent</code>
      <code>getDateCreated</code>
      <code>getDateModified</code>
      <code>getDescription</code>
      <code>getDescription</code>
      <code>getEnclosure</code>
      <code>getEncoding</code>
      <code>getEncoding</code>
      <code>getId</code>
      <code>getId</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getLink</code>
      <code>getTimestamp</code>
      <code>getTimestamp</code>
      <code>getTitle</code>
      <code>getTitle</code>
      <code>remove</code>
      <code>remove</code>
      <code>remove</code>
      <code>remove</code>
      <code>remove</code>
      <code>setCommentCount</code>
      <code>setCommentFeedLinks</code>
      <code>setCommentLink</code>
      <code>setContent</code>
      <code>setContent</code>
      <code>setDateCreated</code>
      <code>setDateModified</code>
      <code>setDescription</code>
      <code>setEnclosure</code>
      <code>setEnclosure</code>
      <code>setEnclosure</code>
      <code>setEnclosure</code>
      <code>setEnclosure</code>
      <code>setEnclosure</code>
      <code>setEnclosure</code>
      <code>setEnclosure</code>
      <code>setEncoding</code>
      <code>setId</code>
      <code>setId</code>
      <code>setTitle</code>
    </MixedMethodCall>
    <MixedPropertyFetch occurrences="3">
      <code>$enc-&gt;length</code>
      <code>$enc-&gt;type</code>
      <code>$enc-&gt;url</code>
    </MixedPropertyFetch>
  </file>
  <file src="test/Writer/Renderer/Feed/AtomTest.php">
    <InvalidArgument occurrences="5">
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
    </InvalidArgument>
    <MissingClosureParamType occurrences="4">
      <code>$errno</code>
      <code>$errstr</code>
      <code>$message</code>
      <code>$toReturn</code>
    </MissingClosureParamType>
    <MissingPropertyType occurrences="1">
      <code>$validWriter</code>
    </MissingPropertyType>
    <MixedArgument occurrences="38">
      <code>$message</code>
      <code>$notices-&gt;messages</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
    </MixedArgument>
    <MixedArrayAssignment occurrences="1">
      <code>$notices-&gt;messages[]</code>
    </MixedArrayAssignment>
    <MixedMethodCall occurrences="13">
      <code>addCategories</code>
      <code>addCategories</code>
      <code>addHubs</code>
      <code>setBaseUrl</code>
      <code>setCopyright</code>
      <code>setCopyright</code>
      <code>setDateModified</code>
      <code>setEncoding</code>
      <code>setGenerator</code>
      <code>setGenerator</code>
      <code>setId</code>
      <code>setImage</code>
      <code>setLanguage</code>
    </MixedMethodCall>
    <PossiblyNullReference occurrences="1">
      <code>getTimestamp</code>
    </PossiblyNullReference>
    <UndefinedInterfaceMethod occurrences="5">
      <code>getBaseUrl</code>
      <code>getEncoding</code>
      <code>getEncoding</code>
      <code>getHubs</code>
      <code>getImage</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="test/Writer/Renderer/Feed/RssTest.php">
    <InvalidArgument occurrences="15">
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
      <code>ExceptionInterface::class</code>
    </InvalidArgument>
    <MissingClosureParamType occurrences="4">
      <code>$errno</code>
      <code>$errstr</code>
      <code>$message</code>
      <code>$toReturn</code>
    </MissingClosureParamType>
    <MissingPropertyType occurrences="1">
      <code>$validWriter</code>
    </MissingPropertyType>
    <MixedArgument occurrences="48">
      <code>$feed-&gt;getDomDocument()</code>
      <code>$message</code>
      <code>$notices-&gt;messages</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
      <code>$this-&gt;validWriter</code>
    </MixedArgument>
    <MixedArrayAssignment occurrences="1">
      <code>$notices-&gt;messages[]</code>
    </MixedArrayAssignment>
    <MixedMethodCall occurrences="31">
      <code>addAuthor</code>
      <code>addAuthor</code>
      <code>addCategories</code>
      <code>addCategories</code>
      <code>addHubs</code>
      <code>getTimestamp</code>
      <code>setBaseUrl</code>
      <code>setCopyright</code>
      <code>setCopyright</code>
      <code>setDateCreated</code>
      <code>setDateModified</code>
      <code>setEncoding</code>
      <code>setFeedLink</code>
      <code>setFeedLink</code>
      <code>setFeedLink</code>
      <code>setGenerator</code>
      <code>setImage</code>
      <code>setImage</code>
      <code>setImage</code>
      <code>setImage</code>
      <code>setImage</code>
      <code>setImage</code>
      <code>setImage</code>
      <code>setImage</code>
      <code>setImage</code>
      <code>setImage</code>
      <code>setImage</code>
      <code>setImage</code>
      <code>setImage</code>
      <code>setLanguage</code>
      <code>setLastBuildDate</code>
    </MixedMethodCall>
    <MixedPropertyFetch occurrences="1">
      <code>$xpath-&gt;evaluate('/rss/channel/atom:link[@rel="self"]')-&gt;length</code>
    </MixedPropertyFetch>
    <PossiblyNullReference occurrences="1">
      <code>getTimestamp</code>
    </PossiblyNullReference>
    <UndefinedInterfaceMethod occurrences="8">
      <code>getBaseUrl</code>
      <code>getDomDocument</code>
      <code>getEncoding</code>
      <code>getEncoding</code>
      <code>getHubs</code>
      <code>getImage</code>
      <code>getImage</code>
      <code>getLastBuildDate</code>
    </UndefinedInterfaceMethod>
  </file>
  <file src="test/Writer/StandaloneExtensionManagerTest.php">
    <ArgumentTypeCoercion occurrences="1">
      <code>$pluginClass</code>
    </ArgumentTypeCoercion>
    <MissingParamType occurrences="6">
      <code>$pluginClass</code>
      <code>$pluginClass</code>
      <code>$pluginClass</code>
      <code>$pluginName</code>
      <code>$pluginName</code>
      <code>$pluginName</code>
    </MissingParamType>
    <MixedArgument occurrences="6">
      <code>$pluginClass</code>
      <code>$pluginClass</code>
      <code>$pluginName</code>
      <code>$pluginName</code>
      <code>$pluginName</code>
      <code>$pluginName</code>
    </MixedArgument>
    <MixedAssignment occurrences="3">
      <code>$extension</code>
      <code>$extension</code>
      <code>$test</code>
    </MixedAssignment>
    <MixedInferredReturnType occurrences="1">
      <code>array</code>
    </MixedInferredReturnType>
  </file>
  <file src="test/Writer/TestAsset/CustomExtensionManager.php">
    <MissingPropertyType occurrences="1">
      <code>$extensions</code>
    </MissingPropertyType>
    <MixedArgument occurrences="2">
      <code>$class</code>
      <code>$this-&gt;extensions</code>
    </MixedArgument>
    <MixedArrayAccess occurrences="1">
      <code>$this-&gt;extensions[$extension]</code>
    </MixedArrayAccess>
    <MixedAssignment occurrences="1">
      <code>$class</code>
    </MixedAssignment>
    <MixedMethodCall occurrences="1">
      <code>new $class()</code>
    </MixedMethodCall>
    <PossiblyFalseArgument occurrences="1">
      <code>$class</code>
    </PossiblyFalseArgument>
  </file>
</files>