Skip to content

Commit

Permalink
[framework bundle] abstract controller createForm visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
zmitic authored Apr 14, 2023
1 parent 08b1cd7 commit 57664eb
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 57664eb

Please sign in to comment.