Skip to content

Commit 60cc07f

Browse files
Upgrade the versions of phpstan and rector.
Co-authored-by: 李铭昕 <[email protected]>
1 parent 0699528 commit 60cc07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fluent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @template TValue
3232
*
3333
* @implements \Hyperf\Contract\Arrayable<TKey, TValue>
34-
* @implements \ArrayAccess<TKey, TValue>
34+
* @implements ArrayAccess<TKey, TValue>
3535
*/
3636
class Fluent implements ArrayAccess, Arrayable, Jsonable, JsonSerializable
3737
{

0 commit comments

Comments
 (0)