[PR #34] [MERGED] Update PHP 7 support #44

Open
opened 2026-01-24 11:26:57 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/skeleton-mapper/pull/34
Author: @SenseException
Created: 1/18/2021
Status: Merged
Merged: 1/20/2021
Merged by: @greg0ire

Base: 1.0.xHead: update-repo


📝 Commits (9)

  • e6b27d2 Create github action workflows
  • 27c1db7 Update composer dev dependencies
  • 1f06d38 Create GitHub Actions workflows for tests and static analysis
  • 1f66e07 Fix coding styles after phpcs update
  • 757dd3f Fix phpstan errors
  • 9762f3b Exclude certain phpcs rules for tests
  • 6aa2987 Delete travis file
  • 8800181 Add missing return types
  • ce3eba3 Fix wrong extension in php installer name

📊 Changes

80 files changed (+731 additions, -4206 deletions)

View changed files

.github/workflows/coding-standards.yml (+47 -0)
.github/workflows/continuous-integration.yml (+72 -0)
.github/workflows/static-analysis.yml (+46 -0)
📝 .gitignore (+2 -1)
.travis.yml (+0 -51)
📝 composer.json (+6 -6)
composer.lock (+0 -3633)
📝 lib/Doctrine/SkeletonMapper/Collections/LazyCollection.php (+7 -3)
📝 lib/Doctrine/SkeletonMapper/DataRepository/ArrayObjectDataRepository.php (+8 -4)
📝 lib/Doctrine/SkeletonMapper/DataRepository/BasicObjectDataRepository.php (+6 -5)
📝 lib/Doctrine/SkeletonMapper/DataRepository/ObjectDataRepositoryInterface.php (+4 -4)
📝 lib/Doctrine/SkeletonMapper/DataSource/CriteriaMatcher.php (+4 -4)
📝 lib/Doctrine/SkeletonMapper/DataSource/DataSource.php (+1 -1)
📝 lib/Doctrine/SkeletonMapper/DataSource/DataSourceObjectDataRepository.php (+8 -7)
📝 lib/Doctrine/SkeletonMapper/DataSource/Sorter.php (+3 -2)
📝 lib/Doctrine/SkeletonMapper/Event/OnClearEventArgs.php (+2 -2)
📝 lib/Doctrine/SkeletonMapper/Event/PreLoadEventArgs.php (+1 -1)
📝 lib/Doctrine/SkeletonMapper/Event/PreUpdateEventArgs.php (+7 -3)
📝 lib/Doctrine/SkeletonMapper/Hydrator/BasicObjectHydrator.php (+2 -1)
📝 lib/Doctrine/SkeletonMapper/Hydrator/HydratableInterface.php (+1 -1)

...and 60 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/skeleton-mapper/pull/34 **Author:** [@SenseException](https://github.com/SenseException) **Created:** 1/18/2021 **Status:** ✅ Merged **Merged:** 1/20/2021 **Merged by:** [@greg0ire](https://github.com/greg0ire) **Base:** `1.0.x` ← **Head:** `update-repo` --- ### 📝 Commits (9) - [`e6b27d2`](https://github.com/doctrine/skeleton-mapper/commit/e6b27d21cd0d5b3a89fdff4b0983be7f9d5136c1) Create github action workflows - [`27c1db7`](https://github.com/doctrine/skeleton-mapper/commit/27c1db7276040dc3a00f9274b181bfbd291ed9e6) Update composer dev dependencies - [`1f06d38`](https://github.com/doctrine/skeleton-mapper/commit/1f06d386176b8119b09a440e5a2e5910cf2a5c64) Create GitHub Actions workflows for tests and static analysis - [`1f66e07`](https://github.com/doctrine/skeleton-mapper/commit/1f66e07d59717609b7fd2a8ad62509717565f2a5) Fix coding styles after phpcs update - [`757dd3f`](https://github.com/doctrine/skeleton-mapper/commit/757dd3f2d9b92f759d021d73182e2e659dc41025) Fix phpstan errors - [`9762f3b`](https://github.com/doctrine/skeleton-mapper/commit/9762f3b445064f5d1556e354da1498e2bd940d72) Exclude certain phpcs rules for tests - [`6aa2987`](https://github.com/doctrine/skeleton-mapper/commit/6aa2987ebc3890198492a56871849dd3c9f6739e) Delete travis file - [`8800181`](https://github.com/doctrine/skeleton-mapper/commit/88001817211547f9cec1c44a832e69bfc3a3cc65) Add missing return types - [`ce3eba3`](https://github.com/doctrine/skeleton-mapper/commit/ce3eba35f92730c029b82719382ee29d69a2ba10) Fix wrong extension in php installer name ### 📊 Changes **80 files changed** (+731 additions, -4206 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/coding-standards.yml` (+47 -0) ➕ `.github/workflows/continuous-integration.yml` (+72 -0) ➕ `.github/workflows/static-analysis.yml` (+46 -0) 📝 `.gitignore` (+2 -1) ➖ `.travis.yml` (+0 -51) 📝 `composer.json` (+6 -6) ➖ `composer.lock` (+0 -3633) 📝 `lib/Doctrine/SkeletonMapper/Collections/LazyCollection.php` (+7 -3) 📝 `lib/Doctrine/SkeletonMapper/DataRepository/ArrayObjectDataRepository.php` (+8 -4) 📝 `lib/Doctrine/SkeletonMapper/DataRepository/BasicObjectDataRepository.php` (+6 -5) 📝 `lib/Doctrine/SkeletonMapper/DataRepository/ObjectDataRepositoryInterface.php` (+4 -4) 📝 `lib/Doctrine/SkeletonMapper/DataSource/CriteriaMatcher.php` (+4 -4) 📝 `lib/Doctrine/SkeletonMapper/DataSource/DataSource.php` (+1 -1) 📝 `lib/Doctrine/SkeletonMapper/DataSource/DataSourceObjectDataRepository.php` (+8 -7) 📝 `lib/Doctrine/SkeletonMapper/DataSource/Sorter.php` (+3 -2) 📝 `lib/Doctrine/SkeletonMapper/Event/OnClearEventArgs.php` (+2 -2) 📝 `lib/Doctrine/SkeletonMapper/Event/PreLoadEventArgs.php` (+1 -1) 📝 `lib/Doctrine/SkeletonMapper/Event/PreUpdateEventArgs.php` (+7 -3) 📝 `lib/Doctrine/SkeletonMapper/Hydrator/BasicObjectHydrator.php` (+2 -1) 📝 `lib/Doctrine/SkeletonMapper/Hydrator/HydratableInterface.php` (+1 -1) _...and 60 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:26:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/skeleton-mapper#44