Skip to content

Commit

Permalink
Merge pull request #3 from justbyitself/patch-1
Browse files Browse the repository at this point in the history
Fix docs (times)
  • Loading branch information
miroshnikov authored Mar 17, 2024
2 parents 215369c + d1d02ae commit c94f99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2824,7 +2824,7 @@ <h3>times</h3>
<ul>
</ul>

<pre><code class='language-php'>times(int $n, callable $iteratee): array</code></pre>
<pre><code class='language-php'>times(callable $iteratee, int $n): array</code></pre>

<div>
<p>Calls the iteratee <code>$n</code> times, returning an array of the results of each invocation.</p>
Expand Down Expand Up @@ -5514,4 +5514,4 @@ <h4>Alias</h4>
<script src='./assets/app.31177aa21b73d920aef3.js' defer></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>
</html>

0 comments on commit c94f99b

Please sign in to comment.