-
Notifications
You must be signed in to change notification settings - Fork 1.9k
4.1.3 Ready code #4776
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
Merged
Merged
4.1.3 Ready code #4776
Conversation
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
Create .git/hooks directory if not already present
…e-full-width-in-large-screens Revert UG margins
Check for configured instead of hard-coded database in DbUtilsTest
Cache robustness
…erty Remove unused private rowOffset property in Database/SQLSRV/Result.php
Additional File functions
[Rector] Add custom Rector Rule: RemoveErrorSuppressInTryCatchStmtsRector rector rule
As of MySQL 8.0.17, the display width attribute for integer data types is deprecated and is not reported back anymore. https://dev.mysql.com/doc/refman/8.0/en/numeric-type-attributes.html
Add environment spark command
Use variable for Config/Paths config to reduce repetitive definition
[Rector] Apply Rector : ListToArrayDestructRector
Remove $response variable at ControllerResponse::__construct() as never defined
Add default TTL
SQLite3 "nullable"
[Rector] Apply Rector: MoveVariableDeclarationNearReferenceRector
Fix imagemagick build
…onfig_no_namespace [Autoloader] include_once is not needed on Autoloader::loadClass() with no namespace
…mment [Rector] Apply Rector: VarConstantCommentRector
…moveVarTagFromClassConstantRector
[Rector] Remove @var from class constant
* Set WarningsReturnAsErrors = 0 before connection If there is a warning establishing the connection, it will treat it as an error and Codeigniter will throw an exception. It should be configured prior the first sql command. * Removed extra whitespace
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.
No description provided.