@@ -31,6 +31,7 @@ abstract class AbstractValidation implements ValidationInterface
3131 * @param array $translates
3232 * @param string $scene
3333 * @param bool $startValidate 立即开始验证
34+ *
3435 * @throws \InvalidArgumentException
3536 * @throws \RuntimeException
3637 */
@@ -56,6 +57,7 @@ public function __construct(
5657 * @param array $data
5758 * @param string $scene
5859 * @param bool $startValidate
60+ *
5961 * @return AbstractValidation
6062 */
6163 public static function quick (array $ data , string $ scene = '' , bool $ startValidate = false )
@@ -69,6 +71,7 @@ public static function quick(array $data, string $scene = '', bool $startValidat
6971 * @param array $translates
7072 * @param string $scene
7173 * @param bool $startValidate 立即开始验证
74+ *
7275 * @return static
7376 * @throws \InvalidArgumentException
7477 * @throws \RuntimeException
@@ -85,10 +88,12 @@ public static function make(
8588
8689 /**
8790 * Create and start verification immediately
91+ *
8892 * @param array $data
8993 * @param array $rules
9094 * @param array $translates
9195 * @param string $scene
96+ *
9297 * @return static
9398 * @throws \InvalidArgumentException
9499 * @throws \RuntimeException
@@ -100,10 +105,12 @@ public static function makeAndValidate(array $data, array $rules = [], array $tr
100105
101106 /**
102107 * Create and start verification immediately
108+ *
103109 * @param array $data
104110 * @param array $rules
105111 * @param array $translates
106112 * @param string $scene
113+ *
107114 * @return static
108115 * @throws \InvalidArgumentException
109116 * @throws \RuntimeException
0 commit comments