Skip to content

Commit 99b0111

Browse files
authored
Merge pull request #3 from dimitryfatkulin/feature/STJ-1724
[FEATURE][STJ-1724] Add Fix unused variable PHP 8.1
2 parents 93f50a1 + edac2d9 commit 99b0111

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Console/Command/RemoveGalleryMediaCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ protected function configure()
2828
*
2929
* @param InputInterface $input
3030
* @param OutputInterface $output
31+
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
3132
*
3233
* @return void;
3334
*/

0 commit comments

Comments
 (0)