Skip to content

Commit

Permalink
Api documentations update (Wed Feb 5 12:18:39 UTC 2025)
Browse files Browse the repository at this point in the history
#apidocs
  • Loading branch information
sudo-robot committed Feb 5, 2025
1 parent 3a26c6b commit f846dc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions api-docs/phpstorm-stubs/LuaSandboxFunction.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2>Methods</h2>
array|bool
</div>
<div class="col-md-8">
<a href="#method_call">call</a>(string[] $arguments)
<a href="#method_call">call</a>(string ...$args)

<p><p>Call a Lua function.</p></p> </div>
<div class="col-md-2"></div>
Expand All @@ -131,7 +131,7 @@ <h2>Details</h2>
<h3 id="method_call">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/LuaSandbox/LuaSandbox.php#L374">at line 374</a></div>
<code> array|bool
<strong>call</strong>(string[] $arguments)
<strong>call</strong>(string ...$args)
</code>
</h3>
<div class="details"><i>Since: luasandbox &gt;= 1.0.0</i>
Expand Down Expand Up @@ -180,9 +180,9 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>string[]</td>
<td>$arguments</td>
<td><p>Arguments passed to the function.</p></td>
<td>string</td>
<td>...$args</td>
<td></td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion api-docs/phpstorm-stubs/renderer.index

Large diffs are not rendered by default.

0 comments on commit f846dc4

Please sign in to comment.