Skip to content

Commit

Permalink
deploy: 8150c9d
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jun 14, 2024
1 parent b5f0292 commit b27562d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
19 changes: 16 additions & 3 deletions classes/EasyPost-Service-TrackerService.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
class="phpdocumentor-element
-method
-public
"
-deprecated "
>
<h4 class="phpdocumentor-element__name" id="method_createList">
createList()
Expand All @@ -436,13 +436,13 @@ <h4 class="phpdocumentor-element__name" id="method_createList">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="lib/EasyPost/Service/TrackerService.php"><a href="files/lib-easypost-service-trackerservice.html"><abbr title="lib/EasyPost/Service/TrackerService.php">TrackerService.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">74</span>
<span class="phpdocumentor-element-found-in__line">75</span>

</aside>

<p class="phpdocumentor-summary">Create a list of trackers.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<code class="phpdocumentor-code phpdocumentor-signature -deprecated">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">createList</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">mixed&nbsp;</span><span class="phpdocumentor-signature__argument__name">$params</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>

Expand All @@ -459,6 +459,19 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
</dl>


<h5 class="phpdocumentor-tag-list__heading" id="tags">
Tags
<a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
</h5>
<dl class="phpdocumentor-tag-list">
<dt class="phpdocumentor-tag-list__entry">
<span class="phpdocumentor-tag__name">deprecated</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">


</dd>
</dl>

<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">void</span>
Expand Down
17 changes: 17 additions & 0 deletions reports/deprecated.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,27 @@ <h2 class="phpdocumentor-content__title">Deprecated</h2>
<h3>Table of Contents</h3>
<table class="phpdocumentor-table_of_contents">
<tr>
<td class="phpdocumentor-cell"><a href="reports/deprecated.html#lib/EasyPost/Service/TrackerService.php">lib/EasyPost/Service/TrackerService.php</a></td>
</tr>
<tr>
<td class="phpdocumentor-cell"><a href="reports/deprecated.html#lib/EasyPost/Service/UserService.php">lib/EasyPost/Service/UserService.php</a></td>
</tr>
</table>

<a id="lib/EasyPost/Service/TrackerService.php"></a>
<h3><abbr title="lib/EasyPost/Service/TrackerService.php">TrackerService.php</abbr></h3>
<table>
<tr>
<th class="phpdocumentor-heading">Line</th>
<th class="phpdocumentor-heading">Element</th>
<th class="phpdocumentor-heading">Reason</th>
</tr>
<tr>
<td class="phpdocumentor-cell">75</td>
<td class="phpdocumentor-cell"><a href="classes/EasyPost-Service-TrackerService.html#method_createList"><abbr title="\EasyPost\Service\TrackerService::createList()">TrackerService::createList()</abbr></a></td>
<td class="phpdocumentor-cell"></td>
</tr>
</table>
<a id="lib/EasyPost/Service/UserService.php"></a>
<h3><abbr title="lib/EasyPost/Service/UserService.php">UserService.php</abbr></h3>
<table>
Expand Down

0 comments on commit b27562d

Please sign in to comment.