Skip to content

Commit cbc21b0

Browse files
authored
docs: executable guides (#5712)
1 parent 3cf6da5 commit cbc21b0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CallableProcessor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(private readonly ContainerInterface $locator)
2424
}
2525

2626
/**
27-
* {@inheritDoc}
27+
* {@inheritdoc}
2828
*/
2929
public function process(mixed $data, Operation $operation, array $uriVariables = [], array $context = [])
3030
{

CallableProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(private readonly ContainerInterface $locator)
2424
}
2525

2626
/**
27-
* {@inheritDoc}
27+
* {@inheritdoc}
2828
*/
2929
public function provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null
3030
{

Pagination/Pagination.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ public function getLimit(Operation $operation = null, array $context = []): int
142142
* Gets info about the pagination.
143143
*
144144
* Returns an array with the following info as values:
145-
* - the page {@see Pagination::getPage()}
146-
* - the offset {@see Pagination::getOffset()}
147-
* - the limit {@see Pagination::getLimit()}
145+
* - the page {@see Pagination::getPage}
146+
* - the offset {@see Pagination::getOffset}
147+
* - the limit {@see Pagination::getLimit}
148148
*
149149
* @throws InvalidArgumentException
150150
*/

0 commit comments

Comments
 (0)