Skip to content

Commit 41a045f

Browse files
yajragithub-actions[bot]
authored andcommitted
fix: pint
1 parent 8070171 commit 41a045f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Html/Fluent.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ public function toJson($options = 0)
136136
* Determine if the given offset exists.
137137
*
138138
* @param TKey $offset
139-
* @return bool
140139
*/
141140
public function offsetExists($offset): bool
142141
{
@@ -159,7 +158,6 @@ public function offsetGet($offset): mixed
159158
*
160159
* @param TKey $offset
161160
* @param TValue $value
162-
* @return void
163161
*/
164162
public function offsetSet($offset, $value): void
165163
{
@@ -170,7 +168,6 @@ public function offsetSet($offset, $value): void
170168
* Unset the value at the given offset.
171169
*
172170
* @param TKey $offset
173-
* @return void
174171
*/
175172
public function offsetUnset($offset): void
176173
{

0 commit comments

Comments
 (0)