Skip to content

Commit 66f8a25

Browse files
committed
Deploying to gh-pages from @ 1f64eb8 🚀
1 parent c940ac8 commit 66f8a25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

macros/impl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h2 id="methods"><a class="header" href="#methods">Methods</a></h2>
196196
be named <code>self_</code>. This can also be used to return a reference to <code>$this</code>.</p>
197197
<p>The rest of the options are passed as separate attributes:</p>
198198
<ul>
199-
<li><code>#[php(defaults(i = 5, b = "hello")]</code> - Sets the default value for parameter(s).</li>
199+
<li><code>#[php(defaults(i = 5, b = "hello"))]</code> - Sets the default value for parameter(s).</li>
200200
<li><code>#[php(optional = i)]</code> - Sets the first optional parameter. Note that this also sets
201201
the remaining parameters as optional, so all optional parameters must be a
202202
variant of <code>Option&lt;T&gt;</code>.</li>

print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ <h2 id="methods"><a class="header" href="#methods">Methods</a></h2>
15531553
be named <code>self_</code>. This can also be used to return a reference to <code>$this</code>.</p>
15541554
<p>The rest of the options are passed as separate attributes:</p>
15551555
<ul>
1556-
<li><code>#[php(defaults(i = 5, b = "hello")]</code> - Sets the default value for parameter(s).</li>
1556+
<li><code>#[php(defaults(i = 5, b = "hello"))]</code> - Sets the default value for parameter(s).</li>
15571557
<li><code>#[php(optional = i)]</code> - Sets the first optional parameter. Note that this also sets
15581558
the remaining parameters as optional, so all optional parameters must be a
15591559
variant of <code>Option&lt;T&gt;</code>.</li>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)