Skip to content

Commit

Permalink
Updated API for commit 17f7a9d8b9e8a6ebcad6f314d42180608fe70c8a
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 16, 2024
1 parent 92e2e35 commit 65aad95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/classes/CodeIgniter-Database-MySQLi-Connection.html
Original file line number Diff line number Diff line change
Expand Up @@ -2266,7 +2266,7 @@ <h4 class="phpdocumentor-element__name" id="property_mysqli">
<span class="phpdocumentor-signature__name">$mysqli</span>
</code>

<section class="phpdocumentor-description"><p>Has to be preserved without being assigned to $conn_id.</p>
<section class="phpdocumentor-description"><p>Has to be preserved without being assigned to $connId.</p>
</section>


Expand Down
2 changes: 1 addition & 1 deletion docs/classes/CodeIgniter-Security-Security.html
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ <h4 class="phpdocumentor-element__name" id="method_sanitizeFilename">
were supplied via user input.</p>
<p>If it is acceptable for the user input to include relative paths,
e.g. file/in/some/approved/folder.txt, you can set the second optional
parameter, $relative_path to TRUE.</p>
parameter, $relativePath to TRUE.</p>
</section>

<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/CodeIgniter-Security-SecurityInterface.html
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ <h4 class="phpdocumentor-element__name" id="method_sanitizeFilename">
were supplied via user input.</p>
<p>If it is acceptable for the user input to include relative paths,
e.g. file/in/some/approved/folder.txt, you can set the second optional
parameter, $relative_path to TRUE.</p>
parameter, $relativePath to TRUE.</p>
</section>

<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/CodeIgniter-Test-Mock-MockSecurity.html
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@ <h4 class="phpdocumentor-element__name" id="method_sanitizeFilename">
were supplied via user input.</p>
<p>If it is acceptable for the user input to include relative paths,
e.g. file/in/some/approved/folder.txt, you can set the second optional
parameter, $relative_path to TRUE.</p>
parameter, $relativePath to TRUE.</p>
</section>

<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
Expand Down

0 comments on commit 65aad95

Please sign in to comment.