tag:github.com,2008:https://github.com/phpDocumentor/ReflectionDocBlock/releasesRelease notes from ReflectionDocBlock2025-04-13T19:20:35Ztag:github.com,2008:Repository/3951767/5.6.22025-04-13T19:21:49Z5.6.2<h2>What's Changed</h2>
<ul>
<li>Bump doctrine/deprecations from 1.1.3 to 1.1.4 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2726674907" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/395" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/395/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/395">#395</a></li>
<li>Fix newline detection on descriptions by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jaapio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jaapio">@jaapio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2991196050" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/409" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/409/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/409">#409</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/phpDocumentor/ReflectionDocBlock/compare/5.6.1...5.6.2"><tt>5.6.1...5.6.2</tt></a></p>jaapiotag:github.com,2008:Repository/3951767/5.6.12024-12-07T09:41:11Z5.6.1<h2>What's Changed</h2>
<ul>
<li>Fix compatibility issue with phpstan 2.0 parser by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jaapio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jaapio">@jaapio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2724508007" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/394" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/394/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/394">#394</a></li>
</ul>
<p>Thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Furgas/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Furgas">@Furgas</a> for reporting this issue in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2658474135" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/393" data-hovercard-type="issue" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/issues/393/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/issues/393">#393</a></p>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/phpDocumentor/ReflectionDocBlock/compare/5.6.0...5.6.1"><tt>5.6.0...5.6.1</tt></a></p>jaapiotag:github.com,2008:Repository/3951767/5.6.02024-11-12T11:26:19Z5.6.0<h2>What's Changed</h2>
<ul>
<li>add support for phpstan/phpdoc-parser 2 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xabbuh/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xabbuh">@xabbuh</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2641186752" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/386" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/386/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/386">#386</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xabbuh/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xabbuh">@xabbuh</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2641186752" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/386" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/386/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/386">#386</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/phpDocumentor/ReflectionDocBlock/compare/5.5.1...5.6.0"><tt>5.5.1...5.6.0</tt></a></p>jaapiotag:github.com,2008:Repository/3951767/5.5.12024-11-06T12:03:03Z5.5.1<p>Fixes regression introduced in 5.5.0 that triggered notices during parsing of docblocks. When the docblock contained indented lines.</p>jaapiotag:github.com,2008:Repository/3951767/5.5.02024-11-04T21:32:05Z5.5.0<h2>What's Changed</h2>
<p>Improved method tag parameter rendering, by now the method tag parameters are correctly rendered when transforming a docblock back to string.</p>
<p>New supported tags:</p>
<ul>
<li><code>@template</code></li>
<li><code>@template-covariant</code></li>
<li><code>@mixin</code></li>
<li><code>@implements</code> & <code>@template-implements</code></li>
<li><code>@extends</code> & <code>@template-extends</code></li>
</ul>
<p>The template tags do not support all functionality needed to have full generic support as this requires some extra work. But for many situations this will already add value.</p>
<h2>related pr's:</h2>
<ul>
<li>Fix typos by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/szepeviktor/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/szepeviktor">@szepeviktor</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2307401462" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/371" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/371/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/371">#371</a></li>
<li>Add new tags by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ahjdev/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ahjdev">@ahjdev</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2411735844" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/373" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/373/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/373">#373</a></li>
<li>Build on php 8.4 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jaapio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jaapio">@jaapio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2631448585" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/375" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/375/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/375">#375</a></li>
<li>method parameter default value rendering by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/GautierDele/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/GautierDele">@GautierDele</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2616169591" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/374" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/374/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/374">#374</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/szepeviktor/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/szepeviktor">@szepeviktor</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2307401462" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/371" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/371/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/371">#371</a></li>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ahjdev/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ahjdev">@ahjdev</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2411735844" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/373" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/373/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/373">#373</a></li>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/GautierDele/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/GautierDele">@GautierDele</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2616169591" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/374" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/374/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/374">#374</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/phpDocumentor/ReflectionDocBlock/compare/5.4.1...5.5.0"><tt>5.4.1...5.5.0</tt></a></p>jaapiotag:github.com,2008:Repository/3951767/5.4.12024-05-21T06:04:09Z5.4.1<h2>Address multiple bugs with long tag descriptions</h2>
<p>In the previous release a regression was introduced regarding multiline tag descriptions. Part of the description was lost and the indenting wasn't reduced as we did before 5.4. If your application relies on docblock tags and uses the descriptions it is highly recommended to update immediately. And block version <code>5.4.0</code> from the allowed versions in your composer.json</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" "conflict":
"phpdocumentor/reflection-docblock": "5.4.0""><pre class="notranslate"><code> "conflict":
"phpdocumentor/reflection-docblock": "5.4.0"
</code></pre></div>
<p>Thanks to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2241524493" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/365" data-hovercard-type="issue" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/issues/365/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/issues/365">#365</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/szepeviktor/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/szepeviktor">@szepeviktor</a> and <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/IanDelMar/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/IanDelMar">@IanDelMar</a></p>
<ul>
<li>Bugfix: resolve issue with multiline descriptions by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jaapio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jaapio">@jaapio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2286233293" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/367" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/367/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/367">#367</a></li>
<li>Bugfix: docblock tag descriptions by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jaapio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jaapio">@jaapio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2303061186" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/370" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/370/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/370">#370</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/phpDocumentor/ReflectionDocBlock/compare/5.4.0...5.4.1"><tt>5.4.0...5.4.1</tt></a></p>jaapiotag:github.com,2008:Repository/3951767/5.4.02024-04-11T16:29:28Z5.4.0<h2>More type support</h2>
<p>Since the beginning of this package we have been working on our own parser. Mostly regular expressions spitting each part of a docblock and processing them separately in each tag. But since static analyzers became more popular it became a lot harder to cover all the new formats of types. In type-resolver 1.7 we already started using phpstan's parser to process types. And now in this release we also cover parts of the docblock parsing process with their parser. This will make it easier to keep up with all the new changes and allows us to support more complex type formats.</p>
<p>We do not support all types covered by phpstan. Generics are not fully supported on all notations, we will return an <code>InvalidTag</code> in those cases.</p>
<h2>Deprecations</h2>
<h3>Param tag</h3>
<p>We spend a lot of time to cover all the edge cases that we supported in docblocks for many years. However we also noticed that some notations do not really make sense. First notation added to the list is a <code>@param</code> tag without a variable.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@param MyType Here starts the description but $var is ommited"><pre class="notranslate"><code>@param MyType Here starts the description but $var is ommited
</code></pre></div>
<p>This notation is now deprecated, and support will be removed in the first release of v6.</p>
<h3>Static factory interface</h3>
<p>We introduced a new factory strategy to make it possible to have more complex factories for tags and keep the implementation simple. Due to this new system of creating tags we can now support external parser to cover the body of a tag to be handled. With this new system the older system of StaticFactories has become deprecated. And will be removed in v6.</p>
<h2>Backward compatibility</h2>
<p>We introduced all new functionality with backward compatibility in mind. There are no interface changes being made so consumers of the library will not notice anything from the internal changes. However since we introduced a large amount of new types you might notice issues depending on your implementation. Especially when your project reads the types provided by this library.</p>
<h2>Other notable changes</h2>
<ul>
<li>Fix PhpDoc in class Description by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/WinterSilence/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/WinterSilence">@WinterSilence</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1083874805" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/317" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/317/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/317">#317</a></li>
<li>Optimize Description::render() by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/WinterSilence/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/WinterSilence">@WinterSilence</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1083914106" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/318" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/318/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/318">#318</a></li>
<li>Test with multiple versions of the dependencies by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/villfa/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/villfa">@villfa</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1085915629" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/319" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/319/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/319">#319</a></li>
<li>GH Actions: version update for <code>ramsey/composer-install</code> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrfnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrfnl">@jrfnl</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1088640443" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/321" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/321/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/321">#321</a></li>
<li>Send code coverage to Scrutinizer by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/villfa/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/villfa">@villfa</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1085973983" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/320" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/320/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/320">#320</a></li>
<li>GH Actions: version update for various predefined actions by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrfnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrfnl">@jrfnl</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1160421772" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/329" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/329/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/329">#329</a></li>
<li>Support reference in method tag by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/villfa/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/villfa">@villfa</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1188084237" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/332" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/332/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/332">#332</a></li>
<li>Upgrade ci to standardized pipeline by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jaapio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jaapio">@jaapio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1322554173" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/340" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/340/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/340">#340</a></li>
<li>PhpStan based tag parsing by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jaapio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jaapio">@jaapio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1427164118" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/343" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/343/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/343">#343</a></li>
<li>Update .gitattributes by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/williamdes/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/williamdes">@williamdes</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1446420426" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/344" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/344/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/344">#344</a></li>
<li>Test against php 8.3 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sergiy-petrov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sergiy-petrov">@sergiy-petrov</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1926305787" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/356" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/356/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/356">#356</a></li>
<li>Fix rendering a description when it contains escaped chars and no tags by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/AydinHassan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/AydinHassan">@AydinHassan</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1937730799" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/357" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/357/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/357">#357</a></li>
<li>Add typeless parameter support. by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jaapio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jaapio">@jaapio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2182738321" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/360" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/360/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/360">#360</a></li>
<li>Be more strict about type definitions on param by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jaapio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jaapio">@jaapio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2231954214" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/363" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/363/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/363">#363</a></li>
<li>Added test for regression on invalid types by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jaapio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jaapio">@jaapio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2234307438" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/364" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/364/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/364">#364</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/WinterSilence/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/WinterSilence">@WinterSilence</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1083874805" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/317" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/317/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/317">#317</a></li>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/williamdes/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/williamdes">@williamdes</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1446420426" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/344" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/344/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/344">#344</a></li>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sergiy-petrov/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sergiy-petrov">@sergiy-petrov</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1926305787" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/356" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/356/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/356">#356</a></li>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/AydinHassan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/AydinHassan">@AydinHassan</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1937730799" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/357" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/357/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/357">#357</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/phpDocumentor/ReflectionDocBlock/compare/5.3.0...5.4.0"><tt>5.3.0...5.4.0</tt></a></p>jaapiotag:github.com,2008:Repository/3951767/5.3.02021-10-19T17:50:28Z5.3.0<h3>Added</h3>
<ul>
<li>Get tags with type by name by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/voku/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/voku">@voku</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="728740140" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/260" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/260/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/260">#260</a></li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Nothing</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Tests: fix typo in test method name by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrfnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrfnl">@jrfnl</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="957369413" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/279" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/279/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/279">#279</a></li>
<li>Tests: fix incorrect namespace by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrfnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrfnl">@jrfnl</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="957369531" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/280" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/280/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/280">#280</a></li>
<li>Docblock/Tags/Author: fix typo in method docblock by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrfnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrfnl">@jrfnl</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="957376174" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/283" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/283/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/283">#283</a></li>
<li>Tests: fix missing <code>@covers</code> tag by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrfnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrfnl">@jrfnl</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="957477822" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/286" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/286/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/286">#286</a></li>
<li>Tests: mark test without assertions as such by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrfnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrfnl">@jrfnl</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="957477777" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/285" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/285/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/285">#285</a></li>
<li>GH Actions: allow for manually triggering a workflow by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrfnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrfnl">@jrfnl</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="957369552" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/281" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/281/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/281">#281</a></li>
<li>GH Actions: simplify Composer caching by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrfnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrfnl">@jrfnl</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="957369565" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/282" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/282/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/282">#282</a></li>
<li>Composer: fix <code>autoload-dev</code> directive by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrfnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrfnl">@jrfnl</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="957533044" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/289" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/289/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/289">#289</a></li>
<li>DocBlock/Tags/Source: remove redundant code by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrfnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrfnl">@jrfnl</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="957525858" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/288" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/288/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/288">#288</a></li>
<li>Improve line-endings for windows. by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jaapio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jaapio">@jaapio</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="980231710" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/296" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/296/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/296">#296</a></li>
<li>Fix undefined index by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/villfa/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/villfa">@villfa</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="988311332" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/298" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/298/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/298">#298</a></li>
<li>PHPUnit: update configuration by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrfnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrfnl">@jrfnl</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1007141167" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/303" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/303/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/303">#303</a></li>
<li>Phive: upgrade used version of PHPUnit by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrfnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrfnl">@jrfnl</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="963503558" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/292" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/292/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/292">#292</a></li>
<li>Remove deprecated StaticMethod and fix comment by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kea/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kea">@kea</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1027980592" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/306" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/306/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/306">#306</a></li>
</ul>
<h3>Removed</h3>
<ul>
<li>Nothing</li>
</ul>
<h3>Security</h3>
<ul>
<li>Nothing</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrfnl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrfnl">@jrfnl</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="957369413" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/279" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/279/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/279">#279</a></li>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/villfa/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/villfa">@villfa</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="988311332" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/298" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/298/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/298">#298</a></li>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kea/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kea">@kea</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1027980592" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/306" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/306/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/306">#306</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/phpDocumentor/ReflectionDocBlock/compare/5.2.2...5.3.0"><tt>5.2.2...5.3.0</tt></a></p>jaapiotag:github.com,2008:Repository/3951767/5.2.22020-09-17T19:07:30Z5.2.2<h3>Added</h3>
<ul>
<li>Nothing</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Nothing</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Update Link.php <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="648969628" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/239" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/239/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/239">#239</a>, thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Kasp42/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Kasp42">@Kasp42</a></li>
<li>Param: fix phpdoc with reference hint <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="680544149" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/253" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/253/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/253">#253</a>, thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/voku/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/voku">@voku</a></li>
<li>Do not resolve types if it's not possible <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="690260689" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/254" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/254/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/254">#254</a>, thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/voku/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/voku">@voku</a></li>
</ul>
<h3>Removed</h3>
<ul>
<li>Nothing</li>
</ul>
<h3>Security</h3>
<ul>
<li>Nothing</li>
</ul>jaapiotag:github.com,2008:Repository/3951767/5.2.12020-08-15T11:18:27Z5.2.1<h3>Added</h3>
<ul>
<li>Nothing</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Nothing</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>InvalidTag::flattenExceptionBacktrace() corrupts reference arguments <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="665585518" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/249" data-hovercard-type="issue" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/issues/249/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/issues/249">#249</a>, thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nikic/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nikic">@nikic</a></li>
<li>Fix modified backtrace <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="677812288" data-permission-text="Title is private" data-url="https://github.com/phpDocumentor/ReflectionDocBlock/issues/250" data-hovercard-type="pull_request" data-hovercard-url="/phpDocumentor/ReflectionDocBlock/pull/250/hovercard" href="https://github.com/phpDocumentor/ReflectionDocBlock/pull/250">#250</a>, thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jaapio/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jaapio">@jaapio</a></li>
</ul>
<h3>Removed</h3>
<ul>
<li>Nothing</li>
</ul>
<h3>Security</h3>
<ul>
<li>Nothing</li>
</ul>jaapio