Remove unused schema methods
Open
Nobody has claimed this yet.
severity:BC breaking
- Dominant language
- PHP
- Stars
- 216
- Forks
- 51
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 2
Description
Description
SchemaInterface::
getSchemaChecks()getSchemaDefaultValues()getSchemaIndexes()getSchemaPrimaryKeys()getSchemaUniques()
Package version
2
PHP version
any
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 with the referenced src/Constraint/ConstraintSchemaInterface.php section and search the repository for all five schema methods. Check their declarations and usages before removing them, updating any affected references. Done means the unused methods and their remaining references are removed without breaking the database package tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- databases
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100