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 Jun 6, 2024
1 parent c918d44 commit fc3b948
Show file tree
Hide file tree
Showing 119 changed files with 22,073 additions and 6,774 deletions.
112 changes: 41 additions & 71 deletions api/Drush/Application.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/Drush/Attributes/HookSelector.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>HookSelector


<p> class
<strong>HookSelector</strong> extends <abbr title="Consolidation\AnnotatedCommand\Attributes\HookSelector">HookSelector</abbr> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/HookSelector.php">View source</a>)
<strong>HookSelector</strong> extends <abbr title="Consolidation\AnnotatedCommand\Attributes\HookSelector">HookSelector</abbr> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/HookSelector.php">View source</a>)
</p>


Expand Down
6 changes: 3 additions & 3 deletions api/Drush/Attributes/Obsolete.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>Obsolete


<p> class
<strong>Obsolete</strong> extends <a href="../../Drush/Attributes/NoArgumentsBase.html"><abbr title="Drush\Attributes\NoArgumentsBase">NoArgumentsBase</abbr></a> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/Obsolete.php">View source</a>)
<strong>Obsolete</strong> extends <a href="../../Drush/Attributes/NoArgumentsBase.html"><abbr title="Drush\Attributes\NoArgumentsBase">NoArgumentsBase</abbr></a> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/Obsolete.php">View source</a>)
</p>


Expand All @@ -95,7 +95,7 @@ <h1>Obsolete

<div class="description">
<p><p>Mark commands as obsolete. These commands are omitted from help list and when
user tries to run one, the command's description is shown. Example usage at <a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php">https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php</a></p></p> </div>
user tries to run one, the command's description is shown. Example usage at <a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/LegacyCommands.php">https://github.com/drush-ops/drush/blob/13.x/src/Commands/LegacyCommands.php</a></p></p> </div>


<h2>Constants</h2> <table class="table table-condensed">
Expand Down Expand Up @@ -134,7 +134,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method_handle">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/Obsolete.php#L19">at line 19</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/Obsolete.php#L19">at line 19</a></div>
<code> static
<strong>handle</strong>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)
</code>
Expand Down
32 changes: 16 additions & 16 deletions api/Drush/Boot/BaseBoot.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>BaseBoot


<p> abstract class
<strong>BaseBoot</strong> implements <a href="../../Drush/Boot/Boot.html"><abbr title="Drush\Boot\Boot">Boot</abbr></a>, <abbr title="Psr\Log\LoggerAwareInterface">LoggerAwareInterface</abbr> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php">View source</a>)
<strong>BaseBoot</strong> implements <a href="../../Drush/Boot/Boot.html"><abbr title="Drush\Boot\Boot">Boot</abbr></a>, <abbr title="Psr\Log\LoggerAwareInterface">LoggerAwareInterface</abbr> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php">View source</a>)
</p>


Expand Down Expand Up @@ -304,7 +304,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method___construct">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L17">at line 17</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L17">at line 17</a></div>
<code>
<strong>__construct</strong>()
</code>
Expand All @@ -328,7 +328,7 @@ <h3 id="method___construct">
</div>
<div class="method-item">
<h3 id="method_findUri">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L22">at line 22</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L22">at line 22</a></div>
<code>
<strong>findUri</strong>($root, $uri)
</code>
Expand Down Expand Up @@ -367,7 +367,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_getUri">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L27">at line 27</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L27">at line 27</a></div>
<code> string
<strong>getUri</strong>()
</code>
Expand Down Expand Up @@ -400,7 +400,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_setUri">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L32">at line 32</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L32">at line 32</a></div>
<code>
<strong>setUri</strong>(string $uri)
</code>
Expand Down Expand Up @@ -433,7 +433,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_getPhase">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L37">at line 37</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L37">at line 37</a></div>
<code> int
<strong>getPhase</strong>()
</code>
Expand Down Expand Up @@ -466,7 +466,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_setPhase">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L42">at line 42</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L42">at line 42</a></div>
<code> void
<strong>setPhase</strong>(int $phase)
</code>
Expand Down Expand Up @@ -509,7 +509,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_validRoot">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L47">at line 47</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L47">at line 47</a></div>
<code> bool
<strong>validRoot</strong>(string|null $path)
</code>
Expand Down Expand Up @@ -554,7 +554,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getVersion">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L51">at line 51</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L52">at line 52</a></div>
<code> string|null
<strong>getVersion</strong>(string $root)
</code>
Expand Down Expand Up @@ -596,7 +596,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_commandDefaults">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L55">at line 55</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L57">at line 57</a></div>
<code>
<strong>commandDefaults</strong>()
</code>
Expand All @@ -620,7 +620,7 @@ <h3 id="method_commandDefaults">
</div>
<div class="method-item">
<h3 id="method_reportCommandError">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L59">at line 59</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L61">at line 61</a></div>
<code>
<strong>reportCommandError</strong>($command)
</code>
Expand Down Expand Up @@ -656,7 +656,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_bootstrapPhaseMap">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L64">at line 64</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L66">at line 66</a></div>
<code> array
<strong>bootstrapPhaseMap</strong>()
</code>
Expand Down Expand Up @@ -690,7 +690,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_lookUpPhaseIndex">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L78">at line 78</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L80">at line 80</a></div>
<code>
<strong>lookUpPhaseIndex</strong>($phase)
</code>
Expand Down Expand Up @@ -723,7 +723,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_bootstrapDrush">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L94">at line 94</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L96">at line 96</a></div>
<code>
<strong>bootstrapDrush</strong>()
</code>
Expand All @@ -747,7 +747,7 @@ <h3 id="method_bootstrapDrush">
</div>
<div class="method-item">
<h3 id="method_hasRegisteredSymfonyCommand">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L98">at line 98</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L100">at line 100</a></div>
<code> protected bool
<strong>hasRegisteredSymfonyCommand</strong>($application, $name)
</code>
Expand Down Expand Up @@ -795,7 +795,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_terminate">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Boot/BaseBoot.php#L111">at line 111</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/BaseBoot.php#L113">at line 113</a></div>
<code> void
<strong>terminate</strong>()
</code>
Expand Down
Loading

0 comments on commit fc3b948

Please sign in to comment.