Skip to content

Commit f6a8345

Browse files
authored
[11.x] Adds thrown exception to doc blocks (#50715)
1 parent 62a101f commit f6a8345

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Illuminate/Log/Context/Repository.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ public function addHiddenIf($key, $value)
241241
* @param string $key
242242
* @param mixed ...$values
243243
* @return $this
244+
*
245+
* @throws \RuntimeException
244246
*/
245247
public function push($key, ...$values)
246248
{
@@ -262,6 +264,8 @@ public function push($key, ...$values)
262264
* @param string $key
263265
* @param mixed ...$values
264266
* @return $this
267+
*
268+
* @throws \RuntimeException
265269
*/
266270
public function pushHidden($key, ...$values)
267271
{
@@ -393,6 +397,8 @@ public function dehydrate()
393397
*
394398
* @param ?array $context
395399
* @return $this
400+
*
401+
* @throws \RuntimeException
396402
*/
397403
public function hydrate($context)
398404
{

0 commit comments

Comments
 (0)