ydb-platform / ydb-platform/ydb-php-sdk
feat: Check php syntax for all php files in CI
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- PHP
- Stars
- 39
- Forks
- 19
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 2
Description
Feature Request
Describe the Feature Request
Now checked only php files, used in tests. It is not all SDK files. Need check all files for syntax fine.
Describe Preferred Solution Run php -l (syntax check) for all php files in CI.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the repository's CI configuration and reviewing how PHP files used in tests are currently checked. Extend that CI check to run php -l for every PHP file in the SDK, then verify that the workflow passes for valid files and fails for a syntax error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100