Skip to content

Commit

Permalink
https://github.com/psalm/psalm-plugin-symfony/issues/313
Browse files Browse the repository at this point in the history
  • Loading branch information
zmitic committed Mar 23, 2023
1 parent b9511a3 commit 03675dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ class AbstractController implements ServiceSubscriberInterface
*
* @psalm-return FormInterface<TData>
*/
public function createForm(string $type, $data = null, array $options = []): FormInterface {}
protected function createForm(string $type, $data = null, array $options = []): FormInterface {}
}

0 comments on commit 03675dc

Please sign in to comment.