Skip to content

Commit

Permalink
Updated API for commit 4c8b78215ec2881be9db682effb1235bcff498b8
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 1, 2024
1 parent 45b5d72 commit 8168520
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/classes/CodeIgniter-HTTP-ContentSecurityPolicy.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ <h4 id="toc-methods">
<span>
&nbsp;: $this </span>
</dt>
<dd>Adds a new base_uri value. Can be either a URI class or a simple string.</dd>
<dd>Adds a new baseURI value. Can be either a URI class or a simple string.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a class="" href="classes/CodeIgniter-HTTP-ContentSecurityPolicy.html#method_addChildSrc">addChildSrc()</a>
Expand Down Expand Up @@ -2004,7 +2004,7 @@ <h4 class="phpdocumentor-element__name" id="method_addBaseURI">

</aside>

<p class="phpdocumentor-summary">Adds a new base_uri value. Can be either a URI class or a simple string.</p>
<p class="phpdocumentor-summary">Adds a new baseURI value. Can be either a URI class or a simple string.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
Expand All @@ -2013,7 +2013,7 @@ <h4 class="phpdocumentor-element__name" id="method_addBaseURI">
<div class="phpdocumentor-label-line">
</div>

<section class="phpdocumentor-description"><p>base_uri restricts the URLs that can appear in a page's <base> element.</p>
<section class="phpdocumentor-description"><p>baseURI restricts the URLs that can appear in a page's <base> element.</p>
</section>

<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
Expand Down
2 changes: 1 addition & 1 deletion docs/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -15258,7 +15258,7 @@ Search.appendIndex(
}, {
"fqsen": "\\CodeIgniter\\HTTP\\ContentSecurityPolicy\u003A\u003AaddBaseURI\u0028\u0029",
"name": "addBaseURI",
"summary": "Adds\u0020a\u0020new\u0020base_uri\u0020value.\u0020Can\u0020be\u0020either\u0020a\u0020URI\u0020class\u0020or\u0020a\u0020simple\u0020string.",
"summary": "Adds\u0020a\u0020new\u0020baseURI\u0020value.\u0020Can\u0020be\u0020either\u0020a\u0020URI\u0020class\u0020or\u0020a\u0020simple\u0020string.",
"url": "classes/CodeIgniter-HTTP-ContentSecurityPolicy.html#method_addBaseURI"
}, {
"fqsen": "\\CodeIgniter\\HTTP\\ContentSecurityPolicy\u003A\u003AaddChildSrc\u0028\u0029",
Expand Down

0 comments on commit 8168520

Please sign in to comment.