[4.x] fix PHPstan issues#362
Closed
heelc29 wants to merge 39 commits intojoomla-framework:3.x-devfrom
Closed
Conversation
…omla-framework#330) * Remove deprecated and incorrect working quoteNameStr method * Add documentation * Update docs/v3-to-v4-update.md Co-authored-by: Richard Fath <richard67@users.noreply.github.com> --------- Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
* [4.x] add createQuery to DatabaseInterface * extend getQuery($new) to 5.0 * Revert "Revert usage of createQuery till interface has been updated" This reverts commit aca10d7. * update tests * fix test mock * copy doc from class * fix cs * doc
# Conflicts: # src/DatabaseDriver.php
check integration
Updating to framework v4 - Raise requirements to PHP 8.3, update dependencies - Update documentation - Remove deprecated interfaces and update QueryInterface - Remove deprecated DatabaseQuery::castAsChar() - Update unittests to phpunit 12 - Improvements from phpstan scan - Cleanup .gitattributes - Updating Github Actions PHP versions - Adding baseline for phpstan
* fix b/c break * update baseline --------- Co-authored-by: Robert Deutz <rd@rdbs.de>
…e-2026-02-17 [4.x] Upmerge 2026-02-17
like rest of framework packages
class not exist
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.
Summary of Changes
fix PHPstan issues
Testing Instructions
execute
./vendor/bin/phpstanDocumentation Changes Required
no