mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #744] [MERGED] Corrected PHP type for "decimal" mapping type #8646
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/orm/pull/744
Author: @jbruni
Created: 8/3/2013
Status: ✅ Merged
Merged: 8/10/2013
Merged by: @beberlei
Base:
master← Head:patch-1📝 Commits (3)
3c613b9Corrected PHP type for "decimal" mapping type15c2c4dUpdated EntityGeneratorTest::testEntityTypeAlias14bc65bUpdated 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.