Adopt laminas-coding-standard 2.3 rules#37
Merged
weierophinney merged 4 commits intoJun 24, 2021
Conversation
Closed
- Updates to laminas-coding-standard 2.3. - Fixed ignore rules in public subdirectory. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Primarily removes file-level license docblocks. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Lockfile uses a laminas-code version that is specific to 7.4+. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
First version that supports PHP 8. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
josenaldo
added a commit
to josenaldo/api-tools-skeleton
that referenced
this pull request
Aug 22, 2024
This commit adds a new module called Project and updates the module configuration files. The `global.php` file in the `config/autoload` directory is modified to update the `db` key with a new adapter configuration. The `modules.config.php` file in the `config` directory is also updated to include the `Project` module. Recent user commits: - Merge pull request codeedu#2 from LucianTavares/1.7.x: refactor: Adiciona instalação do sqlite3 no Dockerfile. - refactor: Adiciona instalação do sqlite3 no Dockerfile. - docs: Improvements in README.md - feat: Improvements in docker entrypoint - fix: Execute in Docker using user non-root Recent repository commits: - Merge pull request laminas-api-tools#37 from weierophinney/feature/lcs-2.3: Adopt laminas-coding-standard 2.3 rules - fix: bump laminas-test minimum to 3.5 - fix: do not test on PHP 7.3 with locked dependencies - qa: apply laminas-coding-standard rules - qa: update to laminas-coding-standard 2.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch adopts laminas-coding-standard 2.3, which includes rules and fixers for removing the file-level license docblock.