Skip to content

Commit 9b24bac

Browse files
committed
Api documentations update (Sun Nov 24 12:17:50 UTC 2024)
#apidocs
1 parent 71eeab4 commit 9b24bac

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Diff for: api-docs/phpstorm-stubs/ReflectionClass.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ <h2>Methods</h2>
761761
void
762762
</div>
763763
<div class="col-md-8">
764-
<a href="#method_resetAsLazyGhost">resetAsLazyGhost</a>(object $object, callable $factory, int $options = 0)
764+
<a href="#method_resetAsLazyGhost">resetAsLazyGhost</a>(object $object, callable $initializer, int $options = 0)
765765

766766
<p class="no-description">No description</p>
767767
</div>
@@ -3043,7 +3043,7 @@ <h4>Return Value</h4>
30433043
<h3 id="method_resetAsLazyGhost">
30443044
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Reflection/ReflectionClass.php#L715">at line 715</a></div>
30453045
<code> void
3046-
<strong>resetAsLazyGhost</strong>(object $object, callable $factory, int $options = 0)
3046+
<strong>resetAsLazyGhost</strong>(object $object, callable $initializer, int $options = 0)
30473047
</code>
30483048
</h3>
30493049
<div class="details"><i>Since: 8.4</i>
@@ -3066,7 +3066,7 @@ <h4>Parameters</h4>
30663066
</tr>
30673067
<tr>
30683068
<td>callable</td>
3069-
<td>$factory</td>
3069+
<td>$initializer</td>
30703070
<td></td>
30713071
</tr>
30723072
<tr>

Diff for: api-docs/phpstorm-stubs/ReflectionEnum.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ <h2>Methods</h2>
821821
void
822822
</div>
823823
<div class="col-md-8">
824-
<a href="#method_resetAsLazyGhost">resetAsLazyGhost</a>(object $object, callable $factory, int $options = 0)
824+
<a href="#method_resetAsLazyGhost">resetAsLazyGhost</a>(object $object, callable $initializer, int $options = 0)
825825

826826
<p class="no-description">No description</p>
827827
</div>
@@ -3222,7 +3222,7 @@ <h3 id="method_resetAsLazyGhost">
32223222
<div class="location">in <a href="ReflectionClass.html#method_resetAsLazyGhost">
32233223
ReflectionClass</a> <a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Reflection/ReflectionClass.php#L715">at line 715</a></div>
32243224
<code> void
3225-
<strong>resetAsLazyGhost</strong>(object $object, callable $factory, int $options = 0)
3225+
<strong>resetAsLazyGhost</strong>(object $object, callable $initializer, int $options = 0)
32263226
</code>
32273227
</h3>
32283228
<div class="details"><i>Since: 8.4</i>
@@ -3245,7 +3245,7 @@ <h4>Parameters</h4>
32453245
</tr>
32463246
<tr>
32473247
<td>callable</td>
3248-
<td>$factory</td>
3248+
<td>$initializer</td>
32493249
<td></td>
32503250
</tr>
32513251
<tr>

Diff for: api-docs/phpstorm-stubs/ReflectionObject.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ <h2>Methods</h2>
821821
void
822822
</div>
823823
<div class="col-md-8">
824-
<a href="#method_resetAsLazyGhost">resetAsLazyGhost</a>(object $object, callable $factory, int $options = 0)
824+
<a href="#method_resetAsLazyGhost">resetAsLazyGhost</a>(object $object, callable $initializer, int $options = 0)
825825

826826
<p class="no-description">No description</p>
827827
</div>
@@ -3156,7 +3156,7 @@ <h3 id="method_resetAsLazyGhost">
31563156
<div class="location">in <a href="ReflectionClass.html#method_resetAsLazyGhost">
31573157
ReflectionClass</a> <a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Reflection/ReflectionClass.php#L715">at line 715</a></div>
31583158
<code> void
3159-
<strong>resetAsLazyGhost</strong>(object $object, callable $factory, int $options = 0)
3159+
<strong>resetAsLazyGhost</strong>(object $object, callable $initializer, int $options = 0)
31603160
</code>
31613161
</h3>
31623162
<div class="details"><i>Since: 8.4</i>
@@ -3179,7 +3179,7 @@ <h4>Parameters</h4>
31793179
</tr>
31803180
<tr>
31813181
<td>callable</td>
3182-
<td>$factory</td>
3182+
<td>$initializer</td>
31833183
<td></td>
31843184
</tr>
31853185
<tr>

Diff for: api-docs/phpstorm-stubs/[Global_Namespace].html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16461,7 +16461,7 @@ <h2>Functions</h2>
1646116461
float
1646216462
</div>
1646316463
<div class="col-md-8">
16464-
fpow(float $num1, float $num2)<br>
16464+
fpow(float $num, float $exponent)<br>
1646516465
<i>Since: 8.4</i>
1646616466
<br>
1646716467
<p class="no-description">No description</p>

Diff for: api-docs/phpstorm-stubs/renderer.index

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)