mirror of
https://github.com/doctrine/skeleton-mapper.git
synced 2026-03-24 00:32:16 +01:00
[PR #34] [MERGED] Update PHP 7 support #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.x← Head:update-repo📝 Commits (9)
e6b27d2Create github action workflows27c1db7Update composer dev dependencies1f06d38Create GitHub Actions workflows for tests and static analysis1f66e07Fix coding styles after phpcs update757dd3fFix phpstan errors9762f3bExclude certain phpcs rules for tests6aa2987Delete travis file8800181Add missing return typesce3eba3Fix 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.