fix styles

This commit is contained in:
sunxyw
2022-09-09 18:59:46 +08:00
parent 8f7fd97ebe
commit 9d77d60887
10 changed files with 30 additions and 31 deletions

View File

@@ -45,8 +45,8 @@ class Pipeline
* 接下来要调用的内容
*
* @param callable $callback 然后调用一个什么东西
* @throws InvalidArgumentException
* @return null|mixed 返回调用结果或null
* @throws InvalidArgumentException
*/
public function then(callable $callback)
{