Skip to content

Commit

Permalink
debug:unassigned now returns exit status 2 when the command ran succe…
Browse files Browse the repository at this point in the history
…ssfully, but there were some unassigned tokens. This is useful for CI.
  • Loading branch information
patrickkusebauch committed Mar 11, 2024
1 parent 92fd748 commit aa8206f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Supportive/Console/Command/DebugUnassignedRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ public function __construct(private readonly UnassignedTokenAnalyser $analyser)
* @return bool are there any unassigned tokens?
*
* @throws CommandRunException
*
* @return bool are there any unassigned tokens?
*/
public function run(OutputInterface $output): bool
{
Expand Down

0 comments on commit aa8206f

Please sign in to comment.