We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8070171 commit 41a045fCopy full SHA for 41a045f
src/Html/Fluent.php
@@ -136,7 +136,6 @@ public function toJson($options = 0)
136
* Determine if the given offset exists.
137
*
138
* @param TKey $offset
139
- * @return bool
140
*/
141
public function offsetExists($offset): bool
142
{
@@ -159,7 +158,6 @@ public function offsetGet($offset): mixed
159
158
160
161
* @param TValue $value
162
- * @return void
163
164
public function offsetSet($offset, $value): void
165
@@ -170,7 +168,6 @@ public function offsetSet($offset, $value): void
170
168
* Unset the value at the given offset.
171
169
172
173
174
175
public function offsetUnset($offset): void
176
0 commit comments