정적 분석을 쉽게 하기 위해 일부분 손댐

This commit is contained in:
2018-04-07 13:44:41 +09:00
parent 61857ce56d
commit 28aa4c004b
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -1,6 +1,9 @@
<?php
namespace sammo;
/**
* @method \sammo\Validator rule(string, array<string>|string, null|int|string|array<int|string> $option=null)
*/
class Validator extends \Valitron\Validator
{
protected static $_lang = 'ko';