Skip to content

Commit

Permalink
Length is an integer, not a string.
Browse files Browse the repository at this point in the history
  • Loading branch information
ornj committed Dec 5, 2012
1 parent 8702940 commit dcd87ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entity/AnswerGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
abstract class AnswerGroup extends AnswerGroupModel
{
/**
* @ORM\Column(name="client_ip", type="string", length="39")
* @ORM\Column(name="client_ip", type="string", length=39)
*/
protected $clientIp;

Expand Down

0 comments on commit dcd87ef

Please sign in to comment.