Property modifiers in constructor arguments not processed
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3463042. -->
Reported by: [fjgarlin](https://www.drupal.org/user/2495842)
Related to !58
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Modifiers like "public readonly" on constructor parameters are not shown in the final page.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Code: <a href="https://git.drupalcode.org/project/drupal/-/blob/11.x/core/lib/Drupal/Core/Condition/Attribute/Condition.php">https://git.drupalcode.org/project/drupal/-/blob/11.x/core/lib/Drupal/Core/Condition/Attribute/Condition.php</a><br>
Page: <a href="https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Condition%21Attribute%21Condition.php/11.x">https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Condition%21Attribute%21Condition.php/11.x</a></p>
<p>See how we are missing the "public readonly" modifiers in the constructor parameters.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Ensure that these modifiers are parsed and processed.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>MR.</p>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
> Related issue: [Issue #3449634](https://www.drupal.org/node/3449634)
issue