Skip to content

Commit 8f7b9a8

Browse files
committed
phpdoc updated.
1 parent 983cbae commit 8f7b9a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Interfaces/SequenceInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function offsetGet($offset);
8080
*
8181
* @return void
8282
*
83-
* @throws ReadOnlyException
83+
* @throws ReadOnlyException anyway
8484
*/
8585
public function offsetSet($offset, $value): void;
8686

@@ -91,7 +91,7 @@ public function offsetSet($offset, $value): void;
9191
*
9292
* @return void
9393
*
94-
* @throws ReadOnlyException
94+
* @throws ReadOnlyException anyway
9595
*/
9696
public function offsetUnset($offset): void;
9797

0 commit comments

Comments
 (0)