Skip to content

Conversation

@paulbalandan
Copy link
Member

No description provided.

paulbalandan and others added 30 commits August 2, 2025 21:54
* refactor: Update phpDoc typing

* fix: Apply string type for `samesite` Cookie
chore: added @ddevsr to author mergeable.yml
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* replicate error in GitHub Actions

* add fix

* rename tested db to `database` to coincide with other tests' db name

* revert 1st commit
* fix: prevent non-shared DB instances from polluting shared cache

* Update user_guide_src/source/changelogs/v4.6.4.rst

Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>

---------

Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.1.2...2.1.3)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.1.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
…/rector-2.1.3

chore(deps-dev): update rector/rector requirement from 2.1.2 to 2.1.3
…V` and `OCI8` (#9680)

* fix: Connection::getFieldData() default value convention for SQLSRV and OCI8

* add normalizeDefault() method for OCI8

* apply code review suggestions

* apply code review suggestions
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.1.3...2.1.4)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.1.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
…/rector-2.1.4

chore(deps-dev): update rector/rector requirement from 2.1.3 to 2.1.4
fix: `Forge::modifyColumn()` for Postgre handler
* fix: Casting in insertBatch and updateBatch methods.

* Fixed coding styles and done requested changes in BaseModel.php

* Changed assertion to seeInDatabase function

* Changed assertion to seeInDatabase function in testUpdateBatchWithCasts

* Added comment to ignore argument.type by phpstan.

* Attempt to fix CPD by introducing a common casting function.

* Ran composer phpstan:baseline

* Replaced "casting only" function to more generic one.
samsonasik and others added 26 commits November 20, 2025 01:34
chore: bump `kint-php/kint` to version minimum `^6.1`
…sitor:: instead on RemoveErrorSuppressInTryCatchStmtsRector
…erser

chore: clean up deprecated NodeTraverser:: constant usage, use Nodevisitor:: instead on RemoveErrorSuppressInTryCatchStmtsRector
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.2.8...2.2.9)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.2.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
* Fix typo in getVar() method documentation

* Fix links to PHP filter documentation

* Update filter flags links in incomingrequest.rst

* Update filter documentation links in request.rst
…/rector-2.2.9

chore(deps-dev): update rector/rector requirement from 2.2.8 to 2.2.9
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.2.9...2.2.10)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.2.10
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
…/rector-2.2.10

chore(deps-dev): update rector/rector requirement from 2.2.9 to 2.2.10
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.2.10...2.2.11)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.2.11
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
…/rector-2.2.11

chore(deps-dev): update rector/rector requirement from 2.2.10 to 2.2.11
* Update validation rules to specify better

Specified that the alpha-rules fail on empty strings and that permit_empty will skip all other rules except for required_with and required_without.

* docs: missing dot

* Update permit_empty rule description

Clarify behavior of permit_empty validation rule.

* Update permit_empty rule description in validation guide

Clarify the behavior of the 'permit_empty' validation rule.
* docs: Explanations for the `View`

* docs: Apply suggestions

* docs: Apply next suggestion
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.2.11...2.2.14)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.2.14
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
…/rector-2.2.14

chore(deps-dev): update rector/rector requirement from 2.2.11 to 2.2.14
* fix: TypeError in `DataCaster` init

* fix: Apply suggestion

* refactor: Remove unnecessary comments

* fix: Revert to phpstan types
@paulbalandan paulbalandan mentioned this pull request Dec 12, 2025
5 tasks
@paulbalandan paulbalandan merged commit f2907b9 into master Dec 12, 2025
57 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.