Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove PHP template from CLI #4843

Merged
merged 5 commits into from
Nov 14, 2024

Changeset

93d65a6
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Remove PHP template from CLI #4843

Changeset
93d65a6
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Nov 12, 2024 in 0s

ESLint Report Analysis

0 ESLint error(s) and 3 ESLint warning(s) found in pull request changed files.

Details

Annotations

Check warning on line 152 in packages/app/src/cli/commands/app/dev.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/commands/app/dev.ts#L152

[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.

Check warning on line 79 in packages/app/src/cli/prompts/init/init.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/prompts/init/init.ts#L79

[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.

Check warning on line 120 in packages/app/src/cli/prompts/init/init.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/prompts/init/init.ts#L120

[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.