Skip to content

Commit

Permalink
docs: update phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Dec 14, 2024
1 parent 840de03 commit c330def
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Abstracts/Requests/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ protected function hasAnyRoleAccess($user): array
* Be sure you know what you do!
*
* @throws IncorrectIdException
* @throws \Throwable
*/
public function mapInput(array $fields): void
{
Expand Down Expand Up @@ -199,6 +200,7 @@ public function mapInput(array $fields): void
* @param null $keys
*
* @throws IncorrectIdException
* @throws \Throwable
*/
public function all($keys = null): array
{
Expand Down Expand Up @@ -232,6 +234,7 @@ protected function mergeUrlParametersWithRequestData(array $requestData): array
* This method mimics the $request->input() method but works on the "decoded" values.
*
* @throws IncorrectIdException
* @throws \Throwable
*/
public function getInputByKey($key = null, $default = null): mixed
{
Expand Down

0 comments on commit c330def

Please sign in to comment.