Skip to content

[ax] Fix missing space after negation in non-TTY guards - #8455

Merged
TomasVotruba merged 1 commit into
mainfrom
tv-fix-ecs-not-spacing
Sep 4, 2026
Merged

[ax] Fix missing space after negation in non-TTY guards#8455
TomasVotruba merged 1 commit into
mainfrom
tv-fix-ecs-not-spacing

Conversation

@TomasVotruba

Copy link
Copy Markdown
Member

Follow-up to #8453 and #8454. During merge those two non-TTY guards were rewritten to !x || !y form, but without the space after ! that ECS requires, so composer check-cs is currently red on main:

  • src/Configuration/ConfigInitializer.php
  • src/Console/Style/SymfonyStyleFactory.php

!defined('STDIN') || !stream_isatty(STDIN) -> ! defined('STDIN') || ! stream_isatty(STDIN) (and the same in SymfonyStyleFactory).

Pure composer fix-cs output, no behavior change.

@TomasVotruba
TomasVotruba merged commit 59c8f12 into main Sep 4, 2026
43 checks passed
@TomasVotruba
TomasVotruba deleted the tv-fix-ecs-not-spacing branch September 4, 2026 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant