Skip to content

Commit 92e120c

Browse files
committed
Fix CS
1 parent d404861 commit 92e120c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Data/Util/RingBuffer.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ public function offsetGet($key)
6464

6565
/**
6666
* {@inheritdoc}
67-
*
68-
* @return void
6967
*/
7068
public function offsetSet($key, $value): void
7169
{
@@ -81,8 +79,6 @@ public function offsetSet($key, $value): void
8179

8280
/**
8381
* {@inheritdoc}
84-
*
85-
* @return void
8682
*/
8783
public function offsetUnset($key): void
8884
{

0 commit comments

Comments
 (0)