From 28aa4c004b7931b017bf4c9d813e38f81d7555f9 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 7 Apr 2018 13:44:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=95=EC=A0=81=20=EB=B6=84=EC=84=9D?= =?UTF-8?q?=EC=9D=84=20=EC=89=BD=EA=B2=8C=20=ED=95=98=EA=B8=B0=20=EC=9C=84?= =?UTF-8?q?=ED=95=B4=20=EC=9D=BC=EB=B6=80=EB=B6=84=20=EC=86=90=EB=8C=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sammo/Validator.php | 3 +++ vendor/sergeytsalkov/meekrodb/db.class.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/sammo/Validator.php b/src/sammo/Validator.php index 977cb3bc..800cc8d0 100644 --- a/src/sammo/Validator.php +++ b/src/sammo/Validator.php @@ -1,6 +1,9 @@ |string, null|int|string|array $option=null) + */ class Validator extends \Valitron\Validator { protected static $_lang = 'ko'; diff --git a/vendor/sergeytsalkov/meekrodb/db.class.php b/vendor/sergeytsalkov/meekrodb/db.class.php index e63d9669..75dfd90c 100644 --- a/vendor/sergeytsalkov/meekrodb/db.class.php +++ b/vendor/sergeytsalkov/meekrodb/db.class.php @@ -125,13 +125,16 @@ class MeekroDB { public $param_char = '%'; public $named_param_seperator = '_'; public $success_handler = false; + /** @var callable|bool */ public $error_handler = true; public $throw_exception_on_error = false; + /** @var callable|null */ public $nonsql_error_handler = null; public $throw_exception_on_nonsql_error = false; public $nested_transactions = false; public $usenull = true; public $ssl = array('key' => '', 'cert' => '', 'ca_cert' => '', 'ca_path' => '', 'cipher' => ''); + /** @var array */ public $connect_options = array(MYSQLI_OPT_CONNECT_TIMEOUT => 30); // internal