File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 99use Illuminate \Support \Arr ;
1010use Illuminate \Support \Collection ;
1111use Illuminate \Support \Str ;
12+ use Laravel \Boost \Contracts \CodingAgent ;
1213use Laravel \Boost \Install \Cli \DisplayHelper ;
1314use Laravel \Boost \Install \CodeEnvironment \CodeEnvironment ;
1415use Laravel \Boost \Install \CodeEnvironmentsDetector ;
@@ -366,6 +367,7 @@ protected function enactGuidelines(): void
366367 $ composedAiGuidelines = $ composer ->compose ();
367368
368369 $ longestAgentName = max (1 , ...$ this ->selectedTargetAgents ->map (fn ($ agent ) => Str::length ($ agent ->agentName ()))->toArray ());
370+ /** @var CodingAgent $agent */
369371 foreach ($ this ->selectedTargetAgents as $ agent ) {
370372 $ agentName = $ agent ->agentName ();
371373 $ displayAgentName = str_pad ($ agentName , $ longestAgentName );
You can’t perform that action at this time.
0 commit comments