Skip to content

Commit ba76f48

Browse files
dabrtgithub-actions[bot]
authored andcommitted
PHP & JS CS Fixes
1 parent 11968ce commit ba76f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_samples/api/public_php_api/src/Command/FindContentTypeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: 'doc:find_content_types',
1616
description: 'Lists content types that match specific criteria.'
1717
)]
18-
class FindContentTypesCommand extends Command
18+
class FindContentTypeCommand extends Command
1919
{
2020
public function __construct(private readonly ContentTypeService $contentTypeService)
2121
{

0 commit comments

Comments
 (0)