Skip to content

Commit

Permalink
Merge pull request #50 from ornj/master
Browse files Browse the repository at this point in the history
Length attribute is an integer, not a string
  • Loading branch information
ondrowan committed Dec 5, 2012
2 parents 8702940 + dcd87ef commit 7e227f3
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 7e227f3

Please sign in to comment.