[PR #744] [MERGED] Corrected PHP type for "decimal" mapping type #8646

Closed
opened 2026-01-22 16:00:54 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/744
Author: @jbruni
Created: 8/3/2013
Status: Merged
Merged: 8/10/2013
Merged by: @beberlei

Base: masterHead: patch-1


📝 Commits (3)

  • 3c613b9 Corrected PHP type for "decimal" mapping type
  • 15c2c4d Updated EntityGeneratorTest::testEntityTypeAlias
  • 14bc65b Updated EntityGeneratorTest::testEntityTypeAlias

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 lib/Doctrine/ORM/Tools/EntityGenerator.php (+1 -1)
📝 tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php (+2 -2)

📄 Description

"Basic Mapping" documentation says:
"decimal: Type that maps a SQL DECIMAL to a PHP string."


🔄 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/orm/pull/744 **Author:** [@jbruni](https://github.com/jbruni) **Created:** 8/3/2013 **Status:** ✅ Merged **Merged:** 8/10/2013 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`3c613b9`](https://github.com/doctrine/orm/commit/3c613b9c023e64fb398e335071d2ecfead08b8dd) Corrected PHP type for "decimal" mapping type - [`15c2c4d`](https://github.com/doctrine/orm/commit/15c2c4dd23f4140bc579d660b9396722cbc4694a) Updated EntityGeneratorTest::testEntityTypeAlias - [`14bc65b`](https://github.com/doctrine/orm/commit/14bc65bae7b41302d7bf94a5ff8197c61abd79f8) Updated EntityGeneratorTest::testEntityTypeAlias ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Tools/EntityGenerator.php` (+1 -1) 📝 `tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php` (+2 -2) </details> ### 📄 Description "Basic Mapping" documentation says: "decimal: Type that maps a SQL DECIMAL to a PHP string." --- <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-22 16:00:54 +01:00
admin closed this issue 2026-01-22 16:00:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8646