Skip to content

Instantly share code, notes, and snippets.

@doctrinebot
Created December 13, 2015 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doctrinebot/71f33ff9d5bf6966067a to your computer and use it in GitHub Desktop.
Save doctrinebot/71f33ff9d5bf6966067a to your computer and use it in GitHub Desktop.
Attachments to Doctrine Jira Issue DDC-180 - https://github.com/doctrine/doctrine2/issues/2455
Index: DBAL/Types/SmallIntType.php
===================================================================
--- DBAL/Types/SmallIntType.php (revision 6809)
+++ DBAL/Types/SmallIntType.php (working copy)
@@ -7,7 +7,7 @@
*
* @author robo
*/
-class SmallIntType
+class SmallIntType extends Type
{
public function getName()
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment