Skip to content

Commit

Permalink
Updated API for commit 155859bf17f4e8b5ac6675c85b7312aa9930db15
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 11, 2023
1 parent c899c58 commit ad9446a
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 55 deletions.
184 changes: 134 additions & 50 deletions docs/classes/CodeIgniter-CLI-CLI.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/files/system-cli-cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ <h4 class="phpdocumentor-element__name" id="constant_STDOUT">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/CLI/CLI.php"><a href="files/system-cli-cli.html"><abbr title="system/CLI/CLI.php">CLI.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">172</span>
<span class="phpdocumentor-element-found-in__line">182</span>

</aside>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ <h4 class="phpdocumentor-element__name" id="constant_STDOUT">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/CLI/CLI.php"><a href="files/system-cli-cli.html"><abbr title="system/CLI/CLI.php">CLI.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">172</span>
<span class="phpdocumentor-element-found-in__line">182</span>

</aside>

Expand Down
2 changes: 1 addition & 1 deletion docs/namespaces/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ <h4 class="phpdocumentor-element__name" id="constant_STDOUT">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/CLI/CLI.php"><a href="files/system-cli-cli.html"><abbr title="system/CLI/CLI.php">CLI.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">172</span>
<span class="phpdocumentor-element-found-in__line">182</span>

</aside>

Expand Down
2 changes: 1 addition & 1 deletion docs/packages/Application.html
Original file line number Diff line number Diff line change
Expand Up @@ -1757,7 +1757,7 @@ <h4 class="phpdocumentor-element__name" id="constant_STDOUT">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="system/CLI/CLI.php"><a href="files/system-cli-cli.html"><abbr title="system/CLI/CLI.php">CLI.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">172</span>
<span class="phpdocumentor-element-found-in__line">182</span>

</aside>

Expand Down
14 changes: 13 additions & 1 deletion docs/reports/deprecated.html
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,21 @@ <h3><abbr title="system/CLI/CLI.php">CLI.php</abbr></h3>
<th class="phpdocumentor-heading">Reason</th>
</tr>
<tr>
<td class="phpdocumentor-cell">539</td>
<td class="phpdocumentor-cell">549</td>
<td class="phpdocumentor-cell"><a href="classes/CodeIgniter-CLI-CLI.html#method_isWindows"><abbr title="\CodeIgniter\CLI\CLI::isWindows()">CLI::isWindows()</abbr></a></td>
<td class="phpdocumentor-cell"><p>Use <code class="prettyprint">is_windows()</code> instead</p>
</td>
</tr>
<tr>
<td class="phpdocumentor-cell">49</td>
<td class="phpdocumentor-cell"><a href="classes/CodeIgniter-CLI-CLI.html#property_readline_support"><abbr title="\CodeIgniter\CLI\CLI::$readline_support">CLI::$readline_support</abbr></a></td>
<td class="phpdocumentor-cell"><p>Should be protected.</p>
</td>
</tr>
<tr>
<td class="phpdocumentor-cell">59</td>
<td class="phpdocumentor-cell"><a href="classes/CodeIgniter-CLI-CLI.html#property_wait_msg"><abbr title="\CodeIgniter\CLI\CLI::$wait_msg">CLI::$wait_msg</abbr></a></td>
<td class="phpdocumentor-cell"><p>Should be protected.</p>
</td>
</tr>
</table>
Expand Down

0 comments on commit ad9446a

Please sign in to comment.