There was an error while loading. Please reload this page.
1 parent ea0d41f commit 659e404Copy full SHA for 659e404
src/Fluent.php
@@ -26,7 +26,7 @@
26
* @template TValue
27
*
28
* @implements \Hyperf\Contract\Arrayable<TKey, TValue>
29
- * @implements \ArrayAccess<TKey, TValue>
+ * @implements ArrayAccess<TKey, TValue>
30
*/
31
class Fluent implements ArrayAccess, Arrayable, Jsonable, JsonSerializable
32
{
0 commit comments