Skip to content

Commit 0e46ab4

Browse files
authored
Fix PHPCS
1 parent b6c931c commit 0e46ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/com_contenthistory/src/Controller/DisplayController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class DisplayController extends BaseController
2727
* @param array $config An optional associative array of configuration settings.
2828
* @param MVCFactoryInterface|null $factory The factory.
2929
* @param CMSApplication|null $app The JApplication for the dispatcher
30-
* @param ?Input $input Input
30+
* @param ?Input $input Input
3131
*
3232
* @since 3.0
3333
*/

0 commit comments

Comments
 (0)