Skip to content

Commit

Permalink
📝 CI: automated Generate Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 5, 2022
1 parent 4b8260e commit 3b19c52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/classes/amcintosh-FreshBooks-Model-Item.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h3 id="toc">
<dt class="phpdocumentor-table-of-contents__entry -property -public">
<a href="classes/amcintosh-FreshBooks-Model-Item.html#property_quantity">$quantity</a>
<span>
&nbsp;: int|null </span>
&nbsp;: float|null </span>
</dt>
<dd></dd>

Expand Down Expand Up @@ -554,7 +554,7 @@ <h4 class="phpdocumentor-element__name" id="property_quantity">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">int|null</span>
<span class="phpdocumentor-signature__type">float|null</span>
<span class="phpdocumentor-signature__name">$quantity</span>
</code>

Expand Down
4 changes: 2 additions & 2 deletions docs/classes/amcintosh-FreshBooks-Model-LineItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h3 id="toc">
<dt class="phpdocumentor-table-of-contents__entry -property -public">
<a href="classes/amcintosh-FreshBooks-Model-LineItem.html#property_quantity">$quantity</a>
<span>
&nbsp;: int|null </span>
&nbsp;: float|null </span>
</dt>
<dd></dd>

Expand Down Expand Up @@ -493,7 +493,7 @@ <h4 class="phpdocumentor-element__name" id="property_quantity">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">int|null</span>
<span class="phpdocumentor-signature__type">float|null</span>
<span class="phpdocumentor-signature__name">$quantity</span>
</code>

Expand Down

0 comments on commit 3b19c52

Please sign in to comment.