doc fixes

This commit is contained in:
Dennis Eichhorn 2022-04-21 23:52:00 +02:00
parent 1ed0ac6d30
commit c7b07d16c3
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Generally, the development philosophy is result orientated. This means that anyo
Developers are encouraged to pick open tasks with high priorities according to their own skill level. Senior developers may directly assign tasks to developers based on their importance. New developers may find it easier to start with a task that has a low priority as they often also have a lower difficulty.
Open tasks can be found in the project overview: [PROJECT.md](../Project/PROJECT.md)
Open tasks can be found in the project overview: [PROJECT.md](https://github.com/Karaka-Management/Organization-Guide/blob/master/Project/PROJECT.md)
Tasks currently in development are prefixed in the priority column with an asterisk `*` and a name tag in the task description of the developer who is working on the task.

View File

@ -55,7 +55,7 @@ final class ApiController extends Controller
*
* @since 1.0.0
*/
public function routeSearch(HttpRequest $request, ResponseAbstract $response, $data = null) : void
public function routeSearch(HttpRequest $request, ResponseAbstract $response, mixed $data = null) : void
{
$searchResults = $this->app->dispatcher->dispatch(
$this->router->route(