Skip to content

Commit d3c6389

Browse files
Run php-cs-fixer
1 parent 129aacf commit d3c6389

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)