File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/Illuminate/Log/Context Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,8 @@ public function addHiddenIf($key, $value)
241
241
* @param string $key
242
242
* @param mixed ...$values
243
243
* @return $this
244
+ *
245
+ * @throws \RuntimeException
244
246
*/
245
247
public function push ($ key , ...$ values )
246
248
{
@@ -262,6 +264,8 @@ public function push($key, ...$values)
262
264
* @param string $key
263
265
* @param mixed ...$values
264
266
* @return $this
267
+ *
268
+ * @throws \RuntimeException
265
269
*/
266
270
public function pushHidden ($ key , ...$ values )
267
271
{
@@ -393,6 +397,8 @@ public function dehydrate()
393
397
*
394
398
* @param ?array $context
395
399
* @return $this
400
+ *
401
+ * @throws \RuntimeException
396
402
*/
397
403
public function hydrate ($ context )
398
404
{
You can’t perform that action at this time.
0 commit comments