Skip to content

Commit

Permalink
Api documentations update (Thu May 23 12:14:48 UTC 2024)
Browse files Browse the repository at this point in the history
#apidocs
  • Loading branch information
sudo-robot committed May 23, 2024
1 parent b59ac42 commit a373816
Show file tree
Hide file tree
Showing 9 changed files with 120 additions and 54 deletions.
6 changes: 3 additions & 3 deletions api-docs/phpstorm-stubs/MongoDB/Driver/Manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h2>Methods</h2>

</div>
<div class="col-md-8">
<a href="#method___construct">__construct</a>(string|null $uri = null, array|null $options = null, array|null $driverOptions = null)
<a href="#method___construct">__construct</a>(string|null $uri = null, array|null $uriOptions = null, array|null $driverOptions = null)

<p><p>Manager constructor.</p></p> </div>
<div class="col-md-2"></div>
Expand Down Expand Up @@ -298,7 +298,7 @@ <h2>Details</h2>
<h3 id="method___construct">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/mongodb/Manager.php#L32">at line 32</a></div>
<code>final
<strong>__construct</strong>(string|null $uri = null, array|null $options = null, array|null $driverOptions = null)
<strong>__construct</strong>(string|null $uri = null, array|null $uriOptions = null, array|null $driverOptions = null)
</code>
</h3>
<div class="details">
Expand All @@ -319,7 +319,7 @@ <h4>Parameters</h4>
</tr>
<tr>
<td>array|null</td>
<td>$options</td>
<td>$uriOptions</td>
<td><p>Connection string options</p></td>
</tr>
<tr>
Expand Down
18 changes: 9 additions & 9 deletions api-docs/phpstorm-stubs/SplDoublyLinkedList.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2>Methods</h2>
void
</div>
<div class="col-md-8">
<a href="#method_add">add</a>(mixed $index, mixed $value)
<a href="#method_add">add</a>(mixed $index, TValue $value)

<p><p>Add/insert a new value at the specified index</p></p> </div>
<div class="col-md-2"></div>
Expand Down Expand Up @@ -168,7 +168,7 @@ <h2>Methods</h2>
void
</div>
<div class="col-md-8">
<a href="#method_push">push</a>(mixed $value)
<a href="#method_push">push</a>(TValue $value)

<p><p>Pushes an element at the end of the doubly linked list</p></p> </div>
<div class="col-md-2"></div>
Expand All @@ -178,7 +178,7 @@ <h2>Methods</h2>
void
</div>
<div class="col-md-8">
<a href="#method_unshift">unshift</a>(mixed $value)
<a href="#method_unshift">unshift</a>(TValue $value)

<p><p>Prepends the doubly linked list with an element</p></p> </div>
<div class="col-md-2"></div>
Expand Down Expand Up @@ -406,7 +406,7 @@ <h2>Details</h2>
<h3 id="method_add">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/SPL/SPL_c1.php#L1071">at line 1071</a></div>
<code> void
<strong>add</strong>(mixed $index, mixed $value)
<strong>add</strong>(mixed $index, TValue $value)
</code>
</h3>
<div class="details"><i>Since: 5.5</i>
Expand All @@ -427,7 +427,7 @@ <h4>Parameters</h4>
<td><p>The index where the new value is to be inserted.</p></td>
</tr>
<tr>
<td>mixed</td>
<td>TValue</td>
<td>$value</td>
<td><p>The new value for the index.</p></td>
</tr>
Expand Down Expand Up @@ -518,7 +518,7 @@ <h4>Return Value</h4>
<h3 id="method_push">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/SPL/SPL_c1.php#L1101">at line 1101</a></div>
<code> void
<strong>push</strong>(mixed $value)
<strong>push</strong>(TValue $value)
</code>
</h3>
<div class="details">
Expand All @@ -533,7 +533,7 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>mixed</td>
<td>TValue</td>
<td>$value</td>
<td><p>
The value to push.
Expand Down Expand Up @@ -562,7 +562,7 @@ <h4>Return Value</h4>
<h3 id="method_unshift">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/SPL/SPL_c1.php#L1112">at line 1112</a></div>
<code> void
<strong>unshift</strong>(mixed $value)
<strong>unshift</strong>(TValue $value)
</code>
</h3>
<div class="details">
Expand All @@ -577,7 +577,7 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>mixed</td>
<td>TValue</td>
<td>$value</td>
<td><p>
The value to unshift.
Expand Down
18 changes: 9 additions & 9 deletions api-docs/phpstorm-stubs/SplQueue.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2>Methods</h2>
void
</div>
<div class="col-md-8">
<a href="#method_add">add</a>(mixed $index, mixed $value)
<a href="#method_add">add</a>(mixed $index, TValue $value)

<p><p>Add/insert a new value at the specified index</p></p> </div>
<div class="col-md-2"><small>from&nbsp;<a href="SplDoublyLinkedList.html#method_add">
Expand Down Expand Up @@ -171,7 +171,7 @@ <h2>Methods</h2>
void
</div>
<div class="col-md-8">
<a href="#method_push">push</a>(mixed $value)
<a href="#method_push">push</a>(TValue $value)

<p><p>Pushes an element at the end of the doubly linked list</p></p> </div>
<div class="col-md-2"><small>from&nbsp;<a href="SplDoublyLinkedList.html#method_push">
Expand All @@ -182,7 +182,7 @@ <h2>Methods</h2>
void
</div>
<div class="col-md-8">
<a href="#method_unshift">unshift</a>(mixed $value)
<a href="#method_unshift">unshift</a>(TValue $value)

<p><p>Prepends the doubly linked list with an element</p></p> </div>
<div class="col-md-2"><small>from&nbsp;<a href="SplDoublyLinkedList.html#method_unshift">
Expand Down Expand Up @@ -452,7 +452,7 @@ <h3 id="method_add">
<div class="location">in <a href="SplDoublyLinkedList.html#method_add">
SplDoublyLinkedList</a> <a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/SPL/SPL_c1.php#L1071">at line 1071</a></div>
<code> void
<strong>add</strong>(mixed $index, mixed $value)
<strong>add</strong>(mixed $index, TValue $value)
</code>
</h3>
<div class="details"><i>Since: 5.5</i>
Expand All @@ -473,7 +473,7 @@ <h4>Parameters</h4>
<td><p>The index where the new value is to be inserted.</p></td>
</tr>
<tr>
<td>mixed</td>
<td>TValue</td>
<td>$value</td>
<td><p>The new value for the index.</p></td>
</tr>
Expand Down Expand Up @@ -567,7 +567,7 @@ <h3 id="method_push">
<div class="location">in <a href="SplDoublyLinkedList.html#method_push">
SplDoublyLinkedList</a> <a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/SPL/SPL_c1.php#L1101">at line 1101</a></div>
<code> void
<strong>push</strong>(mixed $value)
<strong>push</strong>(TValue $value)
</code>
</h3>
<div class="details">
Expand All @@ -582,7 +582,7 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>mixed</td>
<td>TValue</td>
<td>$value</td>
<td><p>
The value to push.
Expand Down Expand Up @@ -612,7 +612,7 @@ <h3 id="method_unshift">
<div class="location">in <a href="SplDoublyLinkedList.html#method_unshift">
SplDoublyLinkedList</a> <a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/SPL/SPL_c1.php#L1112">at line 1112</a></div>
<code> void
<strong>unshift</strong>(mixed $value)
<strong>unshift</strong>(TValue $value)
</code>
</h3>
<div class="details">
Expand All @@ -627,7 +627,7 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>mixed</td>
<td>TValue</td>
<td>$value</td>
<td><p>
The value to unshift.
Expand Down
18 changes: 9 additions & 9 deletions api-docs/phpstorm-stubs/SplStack.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2>Methods</h2>
void
</div>
<div class="col-md-8">
<a href="#method_add">add</a>(mixed $index, mixed $value)
<a href="#method_add">add</a>(mixed $index, TValue $value)

<p><p>Add/insert a new value at the specified index</p></p> </div>
<div class="col-md-2"><small>from&nbsp;<a href="SplDoublyLinkedList.html#method_add">
Expand Down Expand Up @@ -171,7 +171,7 @@ <h2>Methods</h2>
void
</div>
<div class="col-md-8">
<a href="#method_push">push</a>(mixed $value)
<a href="#method_push">push</a>(TValue $value)

<p><p>Pushes an element at the end of the doubly linked list</p></p> </div>
<div class="col-md-2"><small>from&nbsp;<a href="SplDoublyLinkedList.html#method_push">
Expand All @@ -182,7 +182,7 @@ <h2>Methods</h2>
void
</div>
<div class="col-md-8">
<a href="#method_unshift">unshift</a>(mixed $value)
<a href="#method_unshift">unshift</a>(TValue $value)

<p><p>Prepends the doubly linked list with an element</p></p> </div>
<div class="col-md-2"><small>from&nbsp;<a href="SplDoublyLinkedList.html#method_unshift">
Expand Down Expand Up @@ -432,7 +432,7 @@ <h3 id="method_add">
<div class="location">in <a href="SplDoublyLinkedList.html#method_add">
SplDoublyLinkedList</a> <a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/SPL/SPL_c1.php#L1071">at line 1071</a></div>
<code> void
<strong>add</strong>(mixed $index, mixed $value)
<strong>add</strong>(mixed $index, TValue $value)
</code>
</h3>
<div class="details"><i>Since: 5.5</i>
Expand All @@ -453,7 +453,7 @@ <h4>Parameters</h4>
<td><p>The index where the new value is to be inserted.</p></td>
</tr>
<tr>
<td>mixed</td>
<td>TValue</td>
<td>$value</td>
<td><p>The new value for the index.</p></td>
</tr>
Expand Down Expand Up @@ -547,7 +547,7 @@ <h3 id="method_push">
<div class="location">in <a href="SplDoublyLinkedList.html#method_push">
SplDoublyLinkedList</a> <a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/SPL/SPL_c1.php#L1101">at line 1101</a></div>
<code> void
<strong>push</strong>(mixed $value)
<strong>push</strong>(TValue $value)
</code>
</h3>
<div class="details">
Expand All @@ -562,7 +562,7 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>mixed</td>
<td>TValue</td>
<td>$value</td>
<td><p>
The value to push.
Expand Down Expand Up @@ -592,7 +592,7 @@ <h3 id="method_unshift">
<div class="location">in <a href="SplDoublyLinkedList.html#method_unshift">
SplDoublyLinkedList</a> <a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/SPL/SPL_c1.php#L1112">at line 1112</a></div>
<code> void
<strong>unshift</strong>(mixed $value)
<strong>unshift</strong>(TValue $value)
</code>
</h3>
<div class="details">
Expand All @@ -607,7 +607,7 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>mixed</td>
<td>TValue</td>
<td>$value</td>
<td><p>
The value to unshift.
Expand Down
Loading

0 comments on commit a373816

Please sign in to comment.