@@ -45,7 +45,7 @@ public static function init($object, array $options)
4545
4646 /**
4747 * 给对象设置属性值
48- * @param $object
48+ * @param $object
4949 * @param array $options
5050 */
5151 public static function configure ($ object , array $ options )
@@ -59,7 +59,7 @@ public static function configure($object, array $options)
5959
6060 /**
6161 * 给对象设置属性值
62- * @param $object
62+ * @param $object
6363 * @param array $options
6464 */
6565 public static function setAttrs ($ object , array $ options )
@@ -79,7 +79,7 @@ public static function encode($obj): string
7979
8080 /**
8181 * 反序列化
82- * @param string $txt
82+ * @param string $txt
8383 * @param bool|array $allowedClasses
8484 * @return mixed
8585 */
@@ -91,7 +91,7 @@ public static function decode(string $txt, $allowedClasses = false)
9191 /**
9292 * php对象转换成为数组
9393 * @param iterable|array|\Traversable $data
94- * @param bool $recursive
94+ * @param bool $recursive
9595 * @return array|bool
9696 */
9797 public static function toArray ($ data , bool $ recursive = false )
@@ -122,7 +122,7 @@ public static function toArray($data, bool $recursive = false)
122122
123123 /**
124124 * @param mixed $object
125- * @param bool $unique
125+ * @param bool $unique
126126 * @return string
127127 */
128128 public static function hash ($ object , $ unique = true ): string
@@ -145,7 +145,7 @@ public static function hash($object, $unique = true): string
145145 * @from https://github.com/ventoviro/windwalker
146146 * Build an array of constructor parameters.
147147 * @param \ReflectionMethod $method Method for which to build the argument array.
148- * @param array $extraArgs
148+ * @param array $extraArgs
149149 * @return array
150150 * @throws \RuntimeException
151151 */
0 commit comments