Skip to content

Commit

Permalink
[CI] Add Doctum build
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman authored and actions-user committed Nov 29, 2023
1 parent e755414 commit 81e5c0f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions api/Drush/Psysh/DrushCommand.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2>Methods</h2>
</div>
<div class="row">
<div class="col-md-2 type">

int
</div>
<div class="col-md-8">
<a href="#method_execute">execute</a>(<abbr title="Symfony\Component\Console\Input\InputInterface">InputInterface</abbr> $input, <abbr title="Symfony\Component\Console\Output\OutputInterface">OutputInterface</abbr> $output)
Expand Down Expand Up @@ -259,7 +259,7 @@ <h4>Return Value</h4>
<div class="method-item">
<h3 id="method_execute">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Psysh/DrushCommand.php#L63">at line 63</a></div>
<code> protected
<code> protected int
<strong>execute</strong>(<abbr title="Symfony\Component\Console\Input\InputInterface">InputInterface</abbr> $input, <abbr title="Symfony\Component\Console\Output\OutputInterface">OutputInterface</abbr> $output)
</code>
</h3>
Expand Down Expand Up @@ -287,6 +287,15 @@ <h4>Parameters</h4>
</table>


<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td>int</td>
<td></td>
</tr>
</table>




Expand All @@ -296,7 +305,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_buildHelpFromCommand">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Psysh/DrushCommand.php#L100">at line 100</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Psysh/DrushCommand.php#L102">at line 102</a></div>
<code> protected string
<strong>buildHelpFromCommand</strong>()
</code>
Expand Down
Loading

0 comments on commit 81e5c0f

Please sign in to comment.