Skip to content

Commit 33b4aa9

Browse files
committed
[FEATURE] Use properties for configuration of Extbase attributes
Resolves: TYPO3-Documentation/Changelog-To-Doc#1476 Releases: main
1 parent c50a9d0 commit 33b4aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/ExtensionArchitecture/Extbase/Reference/_Attributes/_IgnoreValidation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class BlogController extends ActionController
1313
{
1414
public function editAction(
1515
#[IgnoreValidation]
16-
Blog $blog
16+
Blog $blog,
1717
): ResponseInterface {
1818
// Do something
1919
$this->view->assign('blog', $blog);

0 commit comments

Comments
 (0)