Skip to content

Commit

Permalink
Merge pull request #43 from 21TORR/oops
Browse files Browse the repository at this point in the history
Update comments about when to change
  • Loading branch information
apfelbox authored Jun 6, 2024
2 parents e3d9e13 + 787cce7 commit 9bde105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Controller/BaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ protected function getService (string $service) : object
*
* @protected
*
* @todo change to real `protected` in v3.0
* @todo change to real `protected` in v4.0
*
* @return array<string, string[]>
*/
Expand All @@ -46,7 +46,7 @@ public function normalizeFormErrors (FormInterface $form, string $translationDom
*
* @protected
*
* @todo change to real `protected` in v3.0
* @todo change to real `protected` in v4.0
*/
public function getLogger () : LoggerInterface
{
Expand All @@ -58,7 +58,7 @@ public function getLogger () : LoggerInterface
*
* @protected
*
* @todo change to real `protected` in v3.0
* @todo change to real `protected` in v4.0
*/
public function fetchJsonRequestBody (Request $request, bool $allowInvalid = false) : array
{
Expand Down

0 comments on commit 9bde105

Please sign in to comment.