From 16fe95506e1c2ebb300e2903b830381a8c662342 Mon Sep 17 00:00:00 2001 From: Maksim Date: Wed, 21 Sep 2016 15:28:11 +0300 Subject: [PATCH] insufficient length of the string for the field "message" error occurs when attempting to write error handling during codeSniffer --- PHPCI/Model/Base/BuildErrorBase.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PHPCI/Model/Base/BuildErrorBase.php b/PHPCI/Model/Base/BuildErrorBase.php index 6364bb29..f2bb77b3 100644 --- a/PHPCI/Model/Base/BuildErrorBase.php +++ b/PHPCI/Model/Base/BuildErrorBase.php @@ -127,8 +127,7 @@ class BuildErrorBase extends Model 'default' => null, ), 'message' => array( - 'type' => 'varchar', - 'length' => 250, + 'type' => 'text', 'default' => null, ), 'created_date' => array(