LuigiCardamone

Results 2 issues of LuigiCardamone

Given a Controller with this Action: ``` /** * @Route("/api/users", methods={"GET"}) * * @OA\Response(...) * * @OA\Parameter( * name="order", * in="query", * description="The field used to order users", * @OA\Schema(type="string")...

This PR solves the following issue. If in a Context that extends PageObjectContext I write: ``` private function getLoginPage(): LoginPage { return $this->getPage(LoginPage::class); } ``` Both PHPStan and PHPStorm emit...