Skip to content

Commit

Permalink
Changed default bool parameters to true to reflect the method syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmendivil committed Apr 3, 2014
1 parent 6f11fa4 commit a46ba0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/mongo/methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -1118,13 +1118,13 @@ <h4 class="method" id="method_like">like($field = '', $value = '', $flags = 'i',
<tr>
<th><kbd>$enable_start_wildcard</kbd></th>
<td><em>bool</em></td>
<td><pre class="php"><code>false</code></pre></td>
<td><pre class="php"><code>true</code></pre></td>
<td>When set to <em>true</em> the beginning of the string must match.</td>
</tr>
<tr>
<th><kbd>$enable_end_wildcard</kbd></th>
<td><em>bool</em></td>
<td><pre class="php"><code>false</code></pre></td>
<td><pre class="php"><code>true</code></pre></td>
<td>When set to <em>true</em> the ending of the string must match.</td>
</tr>
</table>
Expand Down

0 comments on commit a46ba0c

Please sign in to comment.