Skip to content

Commit

Permalink
feat(misc): Add @throws phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ging-dev committed Jul 8, 2024
1 parent bc3cd75 commit 2a2141e
Show file tree
Hide file tree
Showing 10 changed files with 87 additions and 50 deletions.
16 changes: 8 additions & 8 deletions docs/ArrayAccess.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ <h1>
<h4>Implemented by</h4>
<ul>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetExists"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetExists()</code></a> </li>
<li>
<a href="ArrayObject.html#_offsetExists"> <code>ArrayObject::offsetExists()</code></a> </li>
<li>
<a href="ArrayIterator.html#_offsetExists"> <code>ArrayIterator::offsetExists()</code></a> </li>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetExists"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetExists()</code></a> </li>
</ul>
</div>
</td>
Expand Down Expand Up @@ -228,11 +228,11 @@ <h4>Implemented by</h4>
<h4>Implemented by</h4>
<ul>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetGet"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetGet()</code></a> </li>
<li>
<a href="ArrayObject.html#_offsetGet"> <code>ArrayObject::offsetGet()</code></a> </li>
<li>
<a href="ArrayIterator.html#_offsetGet"> <code>ArrayIterator::offsetGet()</code></a> </li>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetGet"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetGet()</code></a> </li>
</ul>
</div>
</td>
Expand Down Expand Up @@ -263,11 +263,11 @@ <h4>Implemented by</h4>
<h4>Implemented by</h4>
<ul>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetSet"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetSet()</code></a> </li>
<li>
<a href="ArrayObject.html#_offsetSet"> <code>ArrayObject::offsetSet()</code></a> </li>
<li>
<a href="ArrayIterator.html#_offsetSet"> <code>ArrayIterator::offsetSet()</code></a> </li>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetSet"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetSet()</code></a> </li>
</ul>
</div>
</td>
Expand Down Expand Up @@ -298,11 +298,11 @@ <h4>Implemented by</h4>
<h4>Implemented by</h4>
<ul>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetUnset"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset()</code></a> </li>
<li>
<a href="ArrayObject.html#_offsetUnset"> <code>ArrayObject::offsetUnset()</code></a> </li>
<li>
<a href="ArrayIterator.html#_offsetUnset"> <code>ArrayIterator::offsetUnset()</code></a> </li>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_offsetUnset"> <code>Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset()</code></a> </li>
</ul>
</div>
</td>
Expand Down
4 changes: 2 additions & 2 deletions docs/Countable.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ <h1>
<h4>Implemented by</h4>
<ul>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_count"> <code>Symfony\Component\OptionsResolver\OptionsResolver::count()</code></a> </li>
<li>
<a href="ArrayObject.html#_count"> <code>ArrayObject::count()</code></a> </li>
<li>
<a href="ArrayIterator.html#_count"> <code>ArrayIterator::count()</code></a> </li>
<li>
<a href="Symfony.Component.OptionsResolver.OptionsResolver.html#_count"> <code>Symfony\Component\OptionsResolver\OptionsResolver::count()</code></a> </li>
</ul>
</div>
</td>
Expand Down
27 changes: 24 additions & 3 deletions docs/IPay.Api.AuthenticatedApi.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,21 @@ <h1>
</td>

<td class="table-cell">
<code><a href="source-Api.AuthenticatedApi.html#15-21" title="Go to source code">customer</a>(): <a href="IPay.Entity.Customer.html"><span title="IPay\Entity\Customer">Customer</span></a></code>
<code><a href="source-Api.AuthenticatedApi.html#15-24" title="Go to source code">customer</a>(): <a href="IPay.Entity.Customer.html"><span title="IPay\Entity\Customer">Customer</span></a></code>



<div class="expandable-expandedView">



<h4>Throws</h4>
<table>
<tr>
<td><code><a href="IPay.Exception.SessionExpiredException.html"><span>IPay\Exception\SessionExpiredException</span></a></code>&nbsp;</td>
<td></td>
</tr>
</table>

</div>
</td>
Expand All @@ -203,14 +210,21 @@ <h1>
</td>

<td class="table-cell">
<code><a href="source-Api.AuthenticatedApi.html#23-32" title="Go to source code">accounts</a>(): list&lt;<a href="IPay.Entity.Account.html"><span title="IPay\Entity\Account">Account</span></a>&gt;</code>
<code><a href="source-Api.AuthenticatedApi.html#26-37" title="Go to source code">accounts</a>(): list&lt;<a href="IPay.Entity.Account.html"><span title="IPay\Entity\Account">Account</span></a>&gt;</code>



<div class="expandable-expandedView">



<h4>Throws</h4>
<table>
<tr>
<td><code><a href="IPay.Exception.SessionExpiredException.html"><span>IPay\Exception\SessionExpiredException</span></a></code>&nbsp;</td>
<td></td>
</tr>
</table>

</div>
</td>
Expand All @@ -229,7 +243,7 @@ <h1>
</td>

<td class="table-cell">
<code><a href="source-Api.AuthenticatedApi.html#34-89" title="Go to source code">historyTransactions</a>(
<code><a href="source-Api.AuthenticatedApi.html#39-96" title="Go to source code">historyTransactions</a>(
<span>array{accountNumber: string, tranType?: (<span class="php-str">'Credit'</span>|<span class="php-str">'Debit'</span>|<span class="php-str">''</span>), startDate?: <a href="DateTimeInterface.html"><span title="DateTimeInterface">DateTimeInterface</span></a>, endDate?: <a href="DateTimeInterface.html"><span title="DateTimeInterface">DateTimeInterface</span></a>} <var>$parameters</var></span>,
): <a href="Iterator.html"><span title="Iterator">Iterator</span></a>&lt;int, <a href="IPay.Entity.Transaction.html"><span title="IPay\Entity\Transaction">Transaction</span></a>&gt;</code>

Expand All @@ -239,6 +253,13 @@ <h1>



<h4>Throws</h4>
<table>
<tr>
<td><code><a href="IPay.Exception.SessionExpiredException.html"><span>IPay\Exception\SessionExpiredException</span></a></code>&nbsp;</td>
<td></td>
</tr>
</table>

</div>
</td>
Expand Down
9 changes: 8 additions & 1 deletion docs/IPay.Api.UnauthenticatedApi.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,21 @@ <h1>
</td>

<td class="table-cell">
<code><a href="source-Api.UnauthenticatedApi.html#13-43" title="Go to source code">login</a>(<span>array{userName: string, accessCode: string} <var>$credentials</var></span>): <a href="IPay.Api.AuthenticatedApi.html"><span title="IPay\Api\AuthenticatedApi">AuthenticatedApi</span></a></code>
<code><a href="source-Api.UnauthenticatedApi.html#13-45" title="Go to source code">login</a>(<span>array{userName: string, accessCode: string} <var>$credentials</var></span>): <a href="IPay.Api.AuthenticatedApi.html"><span title="IPay\Api\AuthenticatedApi">AuthenticatedApi</span></a></code>



<div class="expandable-expandedView">



<h4>Throws</h4>
<table>
<tr>
<td><code><a href="IPay.Exception.LoginFailedException.html"><span>IPay\Exception\LoginFailedException</span></a></code>&nbsp;</td>
<td></td>
</tr>
</table>

</div>
</td>
Expand Down
36 changes: 18 additions & 18 deletions docs/Stringable.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,22 +223,6 @@ <h1>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="Psr.Http.Client.ClientExceptionInterface.html"><span>Psr\Http\Client\ClientExceptionInterface</span></a>
extends
<a href="Throwable.html"><span title="Throwable">Throwable</span></a>


<ul class="classTree">
<li>
<a href="Http.Client.Exception.html"><span>Http\Client\Exception</span></a>
extends
<a href="Psr.Http.Client.ClientExceptionInterface.html"><span title="Psr\Http\Client\ClientExceptionInterface">ClientExceptionInterface</span></a>


</li>
</ul>
</li>
Expand Down Expand Up @@ -293,6 +277,22 @@ <h1>
implements
<a href="Symfony.Component.OptionsResolver.Exception.ExceptionInterface.html"><span title="Symfony\Component\OptionsResolver\Exception\ExceptionInterface">ExceptionInterface</span></a>

</li>
</ul>
</li>
<li>
<a href="Psr.Http.Client.ClientExceptionInterface.html"><span>Psr\Http\Client\ClientExceptionInterface</span></a>
extends
<a href="Throwable.html"><span title="Throwable">Throwable</span></a>


<ul class="classTree">
<li>
<a href="Http.Client.Exception.html"><span>Http\Client\Exception</span></a>
extends
<a href="Psr.Http.Client.ClientExceptionInterface.html"><span title="Psr\Http\Client\ClientExceptionInterface">ClientExceptionInterface</span></a>


</li>
</ul>
</li>
Expand Down Expand Up @@ -337,9 +337,9 @@ <h1>
<h4>Implemented by</h4>
<ul>
<li>
<a href="Exception.html#___toString"> <code>Exception::__toString()</code></a> </li>
<li>
<a href="IPay.Api.BodyBuilder.html#___toString"> <code>IPay\Api\BodyBuilder::__toString()</code></a> </li>
<li>
<a href="Exception.html#___toString"> <code>Exception::__toString()</code></a> </li>
</ul>
</div>
</td>
Expand Down
32 changes: 16 additions & 16 deletions docs/Throwable.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,22 +215,6 @@ <h1>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="Psr.Http.Client.ClientExceptionInterface.html"><span>Psr\Http\Client\ClientExceptionInterface</span></a>
extends
<b><span class="active" title="Throwable">Throwable</span></b>


<ul class="classTree">
<li>
<a href="Http.Client.Exception.html"><span>Http\Client\Exception</span></a>
extends
<a href="Psr.Http.Client.ClientExceptionInterface.html"><span title="Psr\Http\Client\ClientExceptionInterface">ClientExceptionInterface</span></a>


</li>
</ul>
</li>
Expand Down Expand Up @@ -285,6 +269,22 @@ <h1>
implements
<a href="Symfony.Component.OptionsResolver.Exception.ExceptionInterface.html"><span title="Symfony\Component\OptionsResolver\Exception\ExceptionInterface">ExceptionInterface</span></a>

</li>
</ul>
</li>
<li>
<a href="Psr.Http.Client.ClientExceptionInterface.html"><span>Psr\Http\Client\ClientExceptionInterface</span></a>
extends
<b><span class="active" title="Throwable">Throwable</span></b>


<ul class="classTree">
<li>
<a href="Http.Client.Exception.html"><span>Http\Client\Exception</span></a>
extends
<a href="Psr.Http.Client.ClientExceptionInterface.html"><span title="Psr\Http\Client\ClientExceptionInterface">ClientExceptionInterface</span></a>


</li>
</ul>
</li>
Expand Down
Loading

0 comments on commit 2a2141e

Please sign in to comment.